public class CSSParserFactoryException extends Exception
Constructor and Description |
---|
CSSParserFactoryException()
Creates a StackableRuntimeException with no message and no parent.
|
CSSParserFactoryException(String message)
Creates an exception.
|
CSSParserFactoryException(String message,
Exception ex)
Creates an exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CSSParserFactoryException()
public CSSParserFactoryException(String message, Exception ex)
message
- the exception message.ex
- the parent exception.public CSSParserFactoryException(String message)
message
- the exception message.