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