org.jfree.layouting
public class StateException extends StackableException
| Constructor Summary | |
|---|---|
| StateException() Creates a StackableRuntimeException with no message and no parent. | |
| StateException(String message, Exception ex)
Creates an exception.
| |
| StateException(String message)
Creates an exception.
| |
Parameters: message the exception message. ex the parent exception.
Parameters: message the exception message.