public final class PatternObjectException extends Exception
Constructor and Description |
---|
PatternObjectException(String message)
Constructor.
|
PatternObjectException(String message,
Throwable cause)
Constructor for an inner exception and message.
|
PatternObjectException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PatternObjectException(String message)
message
- is the error messagepublic PatternObjectException(String message, Throwable cause)
message
- is the error messagecause
- is the inner exceptionpublic PatternObjectException(Throwable cause)
cause
- is the inner exception