java.awt.geom
Class IllegalPathStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.awt.geom.IllegalPathStateException
- All Implemented Interfaces:
- Serializable
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
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalPathStateException
public IllegalPathStateException()
- Create an exception with no message.
IllegalPathStateException
public IllegalPathStateException(String msg)
- Create an exception with a message.
- Parameters:
msg
- the message