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:
  • Constructor Details

  • Method Details

    • getNode

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