public class InvalidInputException extends CommandInvocationException
CommandInvocationException, 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
mNestedContainerException| Constructor and Description | 
|---|
InvalidInputException()
Default constructor. 
 | 
InvalidInputException(java.lang.String pStr)
Constructor which takes String input. 
 | 
InvalidInputException(java.lang.String pStr,
                     java.lang.Throwable pSourceException)
Constructor that takes another exception to wrap it, and also String. 
 | 
InvalidInputException(java.lang.Throwable pSourceException)
Constructor that takes another exception to wrap it. 
 | 
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic InvalidInputException()
public InvalidInputException(java.lang.String pStr)
public InvalidInputException(java.lang.Throwable pSourceException)
public InvalidInputException(java.lang.String pStr,
                             java.lang.Throwable pSourceException)