com.microsoft.tfs.core.exceptions
Class InputValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.microsoft.tfs.core.exceptions.TECoreException
                  extended by 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

Constructor Summary
InputValidationException()
           
InputValidationException(java.lang.String message)
           
InputValidationException(java.lang.String message, java.lang.Throwable cause)
           
InputValidationException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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.