Package com.webmethods.rtl.markup.css
Class CSSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webmethods.rtl.markup.css.CSSException
- All Implemented Interfaces:
Serializable
Signals an error occured processing the css source.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCSSException
(Exception cause) CSSException
(String msg) CSSException
(String msg, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
m_line
protected int m_line -
m_column
protected int m_column -
m_uri
-
m_charset
-
-
Constructor Details
-
CSSException
-
CSSException
-
CSSException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getLine
public int getLine() -
setLine
public void setLine(int line) -
getColumn
public int getColumn() -
setColumn
public void setColumn(int column) -
getUri
-
setUri
-
getCharset
-
setCharset
-