org.cts.crs
Class CRSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cts.crs.CRSException
- All Implemented Interfaces:
- Serializable
public class CRSException
- extends Exception
- Author:
- Erwan Bocher
- See Also:
- Serialized Form
|
Constructor Summary |
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. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CRSException
public CRSException(String message)
- Build a coordinate reference system exception from a message.
- Parameters:
message - precise description of this exception
CRSException
public CRSException(Exception ex)
- Build a coordinate reference system exception based on an exception.
- Parameters:
Exception -
CRSException
public CRSException(String message,
Exception ex)
- Build a coordinate reference system exception based on a message and an
exception.
- Parameters:
message - ex -
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.