|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectThrowable
Exception
StyleException
public class StyleException
Thrown when the canvas is unable to apply a style to a feature that has been added to one of its layers.
| Constructor Summary | |
|---|---|
StyleException()
Constructs a new exception with no detail message. |
|
StyleException(String message)
Constructs a new exception with the specified detail message. |
|
StyleException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
StyleException(Throwable cause)
Constructs a new exception with the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StyleException()
public StyleException(String message)
message - the detail message, saved for later retrieval by the Throwable.getMessage() method.public StyleException(Throwable cause)
cause - the cause, saved for later retrieval by the Throwable.getCause() method.
public StyleException(String message,
Throwable cause)
message - the detail message, saved for later retrieval by the Throwable.getMessage() method.cause - the cause, saved for later retrieval by the Throwable.getCause() method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||