Uses of Class
com.microsoft.tfs.core.exceptions.InputValidationException

Packages that use InputValidationException
com.microsoft.tfs.core.clients.versioncontrol.exceptions   
com.microsoft.tfs.core.clients.versioncontrol.path   
com.microsoft.tfs.core.clients.versioncontrol.specs   
com.microsoft.tfs.core.clients.versioncontrol.specs.version   
com.microsoft.tfs.core.clients.webservices   
 

Uses of InputValidationException in com.microsoft.tfs.core.clients.versioncontrol.exceptions
 

Subclasses of InputValidationException in com.microsoft.tfs.core.clients.versioncontrol.exceptions
 class LocalPathFormatException
          Thrown when a local path string is invalid for use as a mapped TFS item.
 class PathTooLongException
          Thrown when a server or local path string is too long to be used with TFS version control.
 class ServerPathFormatException
          Thrown when a TFS repository server path format is invalid.
 

Uses of InputValidationException in com.microsoft.tfs.core.clients.versioncontrol.path
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.path that throw InputValidationException
static void ItemPath.checkForIllegalDollarInPath(java.lang.String serverOrLocalPath)
          This method throws an InputValidationException if there is a dollar sign ('$') that follows a path separator since no part of a path is allowed to start with a dollar sign.
 

Uses of InputValidationException in com.microsoft.tfs.core.clients.versioncontrol.specs
 

Subclasses of InputValidationException in com.microsoft.tfs.core.clients.versioncontrol.specs
 class ItemSpecParseException
          Exception thrown when an item spec string cannot be parsed into an ItemSpec.
 class LabelSpecParseException
          Exception thrown when a label spec string cannot be parsed into a LabelSpec.
 class WorkspaceSpecParseException
          Exception thrown when a workspace spec string cannot be parsed into a WorkspaceSpec.
 

Uses of InputValidationException in com.microsoft.tfs.core.clients.versioncontrol.specs.version
 

Subclasses of InputValidationException in com.microsoft.tfs.core.clients.versioncontrol.specs.version
 class VersionSpecParseException
          Exception thrown when a version spec string cannot be parsed into a known VersionSpec object.
 

Uses of InputValidationException in com.microsoft.tfs.core.clients.webservices
 

Subclasses of InputValidationException in com.microsoft.tfs.core.clients.webservices
 class PropertyTypeNotSupportedException
          Exception thrown when a property type is not supported.
 class TeamFoundationPropertyValidationException
          Exception thrown when a property name or value is invalid.
 



© 2015 Microsoft. All rights reserved.