Class CSSHandlingException

  • All Implemented Interfaces:
    Serializable

    public class CSSHandlingException
    extends RuntimeException
    Runtime exception that is thrown if interpreting the CSS fails. Only thrown from classes in this package.
    Author:
    Philip Helger
    See Also:
    Serialized Form
    • Method Detail

      • getNode

        @Nonnull
        public CSSNode getNode()
        Returns:
        The source node where the error occurred. Never null.