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