Package mil.nga.crs
Class CRSException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- mil.nga.crs.CRSException
-
- All Implemented Interfaces:
Serializable
public class CRSException extends RuntimeException
Coordinate Reference Systems exception- Author:
- osbornb
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CRSException()
ConstructorCRSException(String message)
ConstructorCRSException(String message, Throwable throwable)
ConstructorCRSException(Throwable throwable)
Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CRSException
public CRSException()
Constructor
-
CRSException
public CRSException(String message)
Constructor- Parameters:
message
- error message
-
CRSException
public CRSException(String message, Throwable throwable)
Constructor- Parameters:
message
- error messagethrowable
- throwable
-
CRSException
public CRSException(Throwable throwable)
Constructor- Parameters:
throwable
- throwable
-
-