public class RuntimeTrellisException extends RuntimeException
| Constructor and Description |
|---|
RuntimeTrellisException()
Create a new RuntimeTrellisException.
|
RuntimeTrellisException(String message)
Create a new RuntimeTrellisException with a custom message.
|
RuntimeTrellisException(String message,
Throwable cause)
Create a new RuntimeTrellisException with a custom message and known cause.
|
RuntimeTrellisException(Throwable cause)
Create a new RuntimeTrellisException with a known cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuntimeTrellisException()
public RuntimeTrellisException(String message)
message - the messagepublic RuntimeTrellisException(String message, Throwable cause)
message - the messagecause - the causepublic RuntimeTrellisException(Throwable cause)
cause - the cause