org.cts.crs
Class CRSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.