Package uk.ac.rdg.resc.edal.exceptions
Class InvalidCrsException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- uk.ac.rdg.resc.edal.exceptions.EdalException
 - 
- uk.ac.rdg.resc.edal.exceptions.InvalidCrsException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class InvalidCrsException extends EdalException
Exception that is thrown when a user requests an unsupported coordinate reference system- Author:
 - Jon Blower
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InvalidCrsException(String crsCode)Creates a new instance of InvalidCrsExceptionInvalidCrsException(String crsCode, Exception e)Creates a new instance of InvalidCrsException 
- 
Method Summary
- 
Methods inherited from class uk.ac.rdg.resc.edal.exceptions.EdalException
getCode 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
InvalidCrsException
public InvalidCrsException(String crsCode)
Creates a new instance of InvalidCrsException- Parameters:
 crsCode- The code of the unsupported CRS
 
 - 
 
 -