All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.geom.IllegalPathStateException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----java.lang.RuntimeException
                            |
                            +----java.awt.geom.IllegalPathStateException

public class IllegalPathStateException
extends RuntimeException
This exception is thrown if an operation is performed on a path in an illegal state, such as appending a path segment without an initial moveto.


Constructor Index

 o IllegalPathStateException()
Constructs an IllegalPathStateException with no detail message.
 o IllegalPathStateException(String)
Constructs an IllegalPathStateException with the specified detail message.

Constructors

 o IllegalPathStateException
public IllegalPathStateException()
Constructs an IllegalPathStateException with no detail message.

 o IllegalPathStateException
public IllegalPathStateException(String s)
Constructs an IllegalPathStateException with the specified detail message.

Parameters:
s - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature