|
EchoPoint 2.1.0rc4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
echopointng.stylesheet.CssStyleSheetException
A CssStyleSheetException
is thrown if the Css StyleSheet data
cannot be read or parsed properly.
If another exception is the cause of this exception, for example an IOException during parsing, then it can be contained with the getCauseException() method.
Constructor Summary | |
CssStyleSheetException(java.lang.String s,
java.lang.Throwable causeException,
int lineNo)
StyleSheetException constructor |
Method Summary | |
java.lang.Throwable |
getCauseException()
Returns the base cause exception of the StyleSheetException or null. |
int |
getLineNo()
The line number at which the exception occurred or -1. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CssStyleSheetException(java.lang.String s, java.lang.Throwable causeException, int lineNo)
Method Detail |
public java.lang.Throwable getCauseException()
public int getLineNo()
public java.lang.String toString()
|
EchoPoint 2.1.0rc4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |