public class GrengineException extends RuntimeException
Constructor and Description |
---|
GrengineException(String message)
constructor from exception message.
|
GrengineException(String message,
Throwable cause)
constructor from exception message and causing throwable.
|
Modifier and Type | Method and Description |
---|---|
Date |
getDateThrown()
gets the date (with time) when the exception was thrown.
|
String |
getMessage()
gets the exception message given in the constructor,
with the exception message of the causing throwable appended,
if there was one.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GrengineException(String message)
message
- messagepublic String getMessage()
getMessage
in class Throwable
public Date getDateThrown()