Class StyleNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.ac.rdg.resc.edal.exceptions.EdalException
-
- uk.ac.rdg.resc.edal.wms.exceptions.StyleNotSupportedException
-
- All Implemented Interfaces:
Serializable
public class StyleNotSupportedException extends EdalException
EdalException
thrown when a user submits a WMS request with a style which is not supported by one of the requested layers- Author:
- Guy Griffiths
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StyleNotSupportedException(String message)
StyleNotSupportedException(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
-
-