Class EdalLayerNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.ac.rdg.resc.edal.exceptions.EdalException
-
- uk.ac.rdg.resc.edal.graphics.exceptions.EdalLayerNotFoundException
-
- All Implemented Interfaces:
Serializable
public class EdalLayerNotFoundException extends EdalException
EdalException
thrown when a request is made for a named image layer which is not accessible.- Author:
- Guy Griffiths
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EdalLayerNotFoundException(String message)
EdalLayerNotFoundException(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
-
-