FileDocCategorySizeDatePackage
IllegalPathStateException.javaAPI DocAndroid 1.5 API1704Wed May 06 22:41:54 BST 2009java.awt.geom

IllegalPathStateException

public 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.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
The 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.

param
s the details of the error.

        super(s);
    
Methods Summary