public class GerbilException extends Exception
| Constructor and Description |
|---|
GerbilException(ErrorTypes errorType) |
GerbilException(String msg,
ErrorTypes errorType) |
GerbilException(String msg,
Throwable cause,
ErrorTypes errorType) |
GerbilException(Throwable cause,
ErrorTypes errorType) |
| Modifier and Type | Method and Description |
|---|---|
ErrorTypes |
getErrorType() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GerbilException(ErrorTypes errorType)
public GerbilException(String msg, ErrorTypes errorType)
public GerbilException(Throwable cause, ErrorTypes errorType)
public GerbilException(String msg, Throwable cause, ErrorTypes errorType)
public ErrorTypes getErrorType()
Copyright © 2014–2017. All rights reserved.