Class CSSException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CSSParseException

public class CSSException extends RuntimeException
Author:
Ronald Brill
See Also:
  • Constructor Details

  • Method Details

    • getMessage

      public String getMessage()
      Returns the detail message of this throwable object.
      Overrides:
      getMessage in class Throwable
      Returns:
      the detail message of this Throwable, or null if this Throwable does not have a detail message.