Package uk.ac.rdg.resc.edal.exceptions
Class EdalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.ac.rdg.resc.edal.exceptions.EdalException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CurrentUpdateSequence
,DataReadingException
,EdalLayerNotFoundException
,EdalParseException
,EdalStyleNotFoundException
,EdalUnsupportedOperationException
,IncorrectDomainException
,InvalidCrsException
,InvalidFormatException
,InvalidPointException
,InvalidUpdateSequence
,LayerNotQueryableException
,MetadataException
,MismatchedCrsException
,SLDException
,StyleNotSupportedException
,VariableNotFoundException
public class EdalException extends RuntimeException
Exception specific to EDAL- Author:
- Jon Blower
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EdalException(String message)
EdalException(String message, String code)
EdalException(String message, String code, Throwable cause)
EdalException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getCode
public String getCode()
-
-