Class CSSBudgetException

All Implemented Interfaces:
Serializable

public class CSSBudgetException extends CSSException
CSS budget exception.

While parsing or processing the style, a processing limit was found.

See Also:
  • Constructor Details

    • CSSBudgetException

      public CSSBudgetException()
    • CSSBudgetException

      public CSSBudgetException(Throwable cause)
    • CSSBudgetException

      public CSSBudgetException(String message, Throwable cause)
    • CSSBudgetException

      public CSSBudgetException(String message)