org.opengis.feature.display.canvas
Class StyleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opengis.feature.display.canvas.StyleException
-
- All Implemented Interfaces:
- java.io.Serializable
public class StyleException extends java.lang.ExceptionThrown when the canvas is unable to apply a style to a feature that has been added to one of its layers.- Since:
- GeoAPI 2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description StyleException()Constructs a new exception with no detail message.StyleException(java.lang.String message)Constructs a new exception with the specified detail message.StyleException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception with the specified detail message and cause.StyleException(java.lang.Throwable cause)Constructs a new exception with the specified cause.
-
-
-
Constructor Detail
-
StyleException
public StyleException()
Constructs a new exception with no detail message.
-
StyleException
public StyleException(java.lang.String message)
Constructs a new exception with the specified detail message.- Parameters:
message- the detail message, saved for later retrieval by theThrowable.getMessage()method.
-
StyleException
public StyleException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.- Parameters:
cause- the cause, saved for later retrieval by theThrowable.getCause()method.
-
StyleException
public StyleException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception with the specified detail message and cause.- Parameters:
message- the detail message, saved for later retrieval by theThrowable.getMessage()method.cause- the cause, saved for later retrieval by theThrowable.getCause()method.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG