public class JiffleException extends Exception
Constructor and Description |
---|
JiffleException(List<String> errors)
Creates a new instance with the given list of messages.
|
JiffleException(String msg)
Creates a new instance with the given message.
|
JiffleException(String string,
Throwable thrwbl)
Creates a new instance from the given message and base object.
|
JiffleException(Throwable thrwbl)
Create a new instance from an incoming exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JiffleException(Throwable thrwbl)
thrwbl
- incoming exceptionpublic JiffleException(String msg)
msg
- error messagepublic JiffleException(List<String> errors)
errors
- list of error messagesCopyright © 2006–2018 GeoSolutions. All rights reserved.