Package com.helger.css.handler
Class CSSHandlingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.helger.css.handler.CSSHandlingException
- All Implemented Interfaces:
Serializable
Runtime exception that is thrown if interpreting the CSS fails. Only thrown
from classes in this package.
- Author:
- Philip Helger
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CSSHandlingException
-
-
Method Details
-
getNode
- Returns:
- The source node where the error occurred. Never
null.
-