com.microsoft.tfs.core.exceptions
Class InputValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.microsoft.tfs.core.exceptions.TECoreException
com.microsoft.tfs.core.exceptions.InputValidationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ItemSpecParseException, LabelSpecParseException, LocalPathFormatException, PathTooLongException, ServerPathFormatException, TeamFoundationPropertyValidationException, VersionSpecParseException, WorkspaceSpecParseException
public abstract class InputValidationException
- extends TECoreException
A base class for input validation exceptions thrown by Core. These kind of
exceptions are encountered during spec parsing, server or local path parsing,
etc.
- See Also:
- Serialized Form
- Since:
- TEE-SDK-10.1
- Thread-safety:
- thread-safe
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InputValidationException
public InputValidationException()
InputValidationException
public InputValidationException(java.lang.String message)
InputValidationException
public InputValidationException(java.lang.String message,
java.lang.Throwable cause)
InputValidationException
public InputValidationException(java.lang.Throwable cause)
© 2015 Microsoft. All rights reserved.