public class CRSException extends Exception
| Constructor and Description |
|---|
CRSException(Exception ex)
Build a coordinate reference system exception based on an exception.
|
CRSException(String message)
Build a coordinate reference system exception from a message.
|
CRSException(String message,
Exception ex)
Build a coordinate reference system exception based on a message and an
exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CRSException(String message)
message - precise description of this exceptionpublic CRSException(Exception ex)
ex - source of this CRSExceptionCopyright © 2019 CNRS. All rights reserved.