Package uk.ac.rdg.resc.edal.exceptions
Class VariableNotFoundException
- 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.VariableNotFoundException
-
- All Implemented Interfaces:
Serializable
public class VariableNotFoundException extends EdalException
Exception that is thrown when a user requests an unavailable variable- Author:
- Guy Griffiths
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VariableNotFoundException(String varName)
Creates a new instance ofVariableNotFoundException
-
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
-
VariableNotFoundException
public VariableNotFoundException(String varName)
Creates a new instance ofVariableNotFoundException
- Parameters:
varName
- The name of the variable which was not found
-
-