Class CSSParserFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.reporting.libraries.css.parser.CSSParserFactoryException
- All Implemented Interfaces:
Serializable
Creation-Date: 25.11.2005, 17:56:16
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a StackableRuntimeException with no message and no parent.CSSParserFactoryException
(String message) Creates an exception.CSSParserFactoryException
(String message, Exception ex) Creates an exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CSSParserFactoryException
public CSSParserFactoryException()Creates a StackableRuntimeException with no message and no parent. -
CSSParserFactoryException
Creates an exception.- Parameters:
message
- the exception message.ex
- the parent exception.
-
CSSParserFactoryException
Creates an exception.- Parameters:
message
- the exception message.
-