public class NoSuchUnitException extends ParseException
currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage
Constructor and Description |
---|
NoSuchUnitException()
Constructs a
NoSuchUnitException with no specified detail message. |
NoSuchUnitException(String message)
Constructs a
NoSuchUnitException with the specified detail message. |
NoSuchUnitException(String message,
Throwable cause)
Constructs a
NoSuchUnitException with the specified detail message
and cause. |
NoSuchUnitException(Throwable cause)
Constructs a
NoSuchUnitException with the specified cause. |
add_escapes, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchUnitException()
NoSuchUnitException
with no specified detail message.public NoSuchUnitException(String message)
NoSuchUnitException
with the specified detail message.message
- Detail message.public NoSuchUnitException(String message, 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(Throwable cause)
NoSuchUnitException
with the specified cause.cause
- Cause of the exception. null
indicates that the
cause is nonexistent or unknown.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.