org.jfree.layouting.util

Class ChainingCallException

public class ChainingCallException extends StackableException

Creation-Date: 04.10.2006, 18:35:12

Author: Thomas Morgner

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.

Constructor Detail

ChainingCallException

public ChainingCallException()
Creates a StackableRuntimeException with no message and no parent.

ChainingCallException

public ChainingCallException(String message, Exception ex)
Creates an exception.

Parameters: message the exception message. ex the parent exception.

ChainingCallException

public ChainingCallException(String message)
Creates an exception.

Parameters: message the exception message.