java.awt.geom

Class IllegalPathStateException

public class IllegalPathStateException extends RuntimeException

Thrown when an operation on a path is in an illegal state, such as appending a segment to a GeneralPath without an initial moveto.

See Also: GeneralPath

UNKNOWN: updated to 1.4

Constructor Summary
IllegalPathStateException()
Create an exception with no message.
IllegalPathStateException(String msg)
Create an exception with a message.

Constructor Detail

IllegalPathStateException

public IllegalPathStateException()
Create an exception with no message.

IllegalPathStateException

public IllegalPathStateException(String msg)
Create an exception with a message.

Parameters: msg the message