IllegalPathStateExceptionpublic class IllegalPathStateException extends RuntimeException The Class IllegalPathStateException indicates errors where the current state
of a path object is incompatible with the desired action, such as performing
non-trivial actions on an empty path. |
Fields Summary |
---|
private static final long | serialVersionUIDThe Constant serialVersionUID. |
Constructors Summary |
---|
public IllegalPathStateException()Instantiates a new illegal path state exception.
| public IllegalPathStateException(String s)Instantiates a new illegal path state exception with the specified detail
message.
super(s);
|
|