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