The base exception class for Jervis from which all other exceptions derive.
To run this example, clone Jervis and execute ./gradlew console to bring up a Groovy Console with the classpath set up.
import net.gleske.jervis.exceptions.JervisException
throw new JervisException('some text')| Constructor and description | 
|---|
| JervisException
                                (String message)Throw a JervisException. | 
| Methods inherited from class | Name | 
|---|---|
| class Exception | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
| class Throwable | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
Throw a JervisException.
message -  A simple message.Jervis API documentation.