Class CSSException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webmethods.rtl.markup.css.CSSException
All Implemented Interfaces:
Serializable

public class CSSException extends Exception
Signals an error occured processing the css source.
See Also:
  • Field Details

    • m_line

      protected int m_line
    • m_column

      protected int m_column
    • m_uri

      protected String m_uri
    • m_charset

      protected String m_charset
  • Constructor Details

    • CSSException

      public CSSException(String msg)
    • CSSException

      public CSSException(Exception cause)
    • CSSException

      public CSSException(String msg, Exception cause)
  • Method Details

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • getLine

      public int getLine()
    • setLine

      public void setLine(int line)
    • getColumn

      public int getColumn()
    • setColumn

      public void setColumn(int column)
    • getUri

      public String getUri()
    • setUri

      public void setUri(String uri)
    • getCharset

      public String getCharset()
    • setCharset

      public void setCharset(String charset)