|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jett.exception.ParseException
net.sf.jett.exception.StyleParseException
public class StyleParseException
A StyleParseException occurs when there is an error parsing
CSS text.
| Constructor Summary | |
|---|---|
StyleParseException()
Create a StyleParseException. |
|
StyleParseException(java.lang.String message)
Create a StyleParseException with the given message. |
|
StyleParseException(java.lang.String message,
java.lang.Throwable cause)
Create a StyleParseException with the given message. |
|
StyleParseException(java.lang.Throwable cause)
Create a StyleParseException. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StyleParseException()
StyleParseException.
public StyleParseException(java.lang.String message)
StyleParseException with the given message.
message - The message.public StyleParseException(java.lang.Throwable cause)
StyleParseException.
cause - The cause.
public StyleParseException(java.lang.String message,
java.lang.Throwable cause)
StyleParseException with the given message.
message - The message.cause - The cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||