Package uk.ac.rdg.resc.edal.exceptions
Class IncorrectDomainException
- 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.IncorrectDomainException
-
- All Implemented Interfaces:
Serializable
public class IncorrectDomainException extends EdalException
An exception to be thrown when the domain for the current operation is incorrect somehow (e.g. trying to create a profile from a dataset with no vertical axis etc.)- Author:
- Guy Griffiths
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncorrectDomainException(String message)
IncorrectDomainException(String message, Throwable cause)
-
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
-
-