java.awt.geom
Class IllegalPathStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
IllegalPathStateException()
          Create an exception with no message.
IllegalPathStateException(String msg)
          Create an exception with a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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