public class NoSuchUnitException extends ParseException
currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage| Constructor and Description |
|---|
NoSuchUnitException()
Constructs a
NoSuchUnitException with no specified detail message. |
NoSuchUnitException(java.lang.String message)
Constructs a
NoSuchUnitException with the specified detail message. |
NoSuchUnitException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
NoSuchUnitException with the specified detail message
and cause. |
NoSuchUnitException(java.lang.Throwable cause)
Constructs a
NoSuchUnitException with the specified cause. |
add_escapes, getMessagepublic NoSuchUnitException()
NoSuchUnitException with no specified detail message.public NoSuchUnitException(java.lang.String message)
NoSuchUnitException with the specified detail message.message - Detail message.public NoSuchUnitException(java.lang.String message,
java.lang.Throwable cause)
NoSuchUnitException with the specified detail message
and cause.message - Detail message.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.public NoSuchUnitException(java.lang.Throwable cause)
NoSuchUnitException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.