@Api(allMethods=true) public class LayerException extends GeomajasException
| Constructor and Description |
|---|
LayerException()
Create LayerException.
|
LayerException(int exceptionCode)
Create LayerException.
|
LayerException(int exceptionCode,
Object... parameters)
Create LayerException.
|
LayerException(Throwable ex)
Create LayerException.
|
LayerException(Throwable ex,
int exceptionCode)
Create LayerException.
|
LayerException(Throwable ex,
int exceptionCode,
Object... parameters)
Create LayerException.
|
getExceptionCode, getMessage, getMessage, getResourceBundleName, getShortMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LayerException()
public LayerException(Throwable ex)
ex - cause exceptionpublic LayerException(Throwable ex, int exceptionCode, Object... parameters)
ex - cause exceptionexceptionCode - code which points to the messageparameters - possible extra parameterspublic LayerException(Throwable ex, int exceptionCode)
ex - cause exceptionexceptionCode - code which points to the messagepublic LayerException(int exceptionCode,
Object... parameters)
exceptionCode - code which points to the messageparameters - possible extra parameterspublic LayerException(int exceptionCode)
exceptionCode - code which points to the messageCopyright © 2015 Geosparc. All Rights Reserved.