org.jfree.layouting.layouter.feed
public class InputFeedException extends org.pentaho.reporting.libraries.base.util.StackableException
| Constructor and Description |
|---|
InputFeedException()
Creates a StackableRuntimeException with no message and no parent.
|
InputFeedException(java.lang.String message)
Creates an exception.
|
InputFeedException(java.lang.String message,
java.lang.Exception ex)
Creates an exception.
|
getParent, printStackTrace, printStackTrace, printStackTracepublic InputFeedException()
public InputFeedException(java.lang.String message)
message - the exception message.public InputFeedException(java.lang.String message,
java.lang.Exception ex)
message - the exception message.ex - the parent exception.