|
||||||||||
| 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.TagParseException
public class TagParseException
A TagParseException indicates when there is an error parsing
the tag text.
| Constructor Summary | |
|---|---|
TagParseException()
Create a TagParseException. |
|
TagParseException(java.lang.String message)
Create a TagParseException with the given message. |
|
TagParseException(java.lang.String message,
java.lang.Throwable cause)
Create a TagParseException with the given message. |
|
TagParseException(java.lang.Throwable cause)
Create a TagParseException. |
|
| 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 TagParseException()
TagParseException.
public TagParseException(java.lang.String message)
TagParseException with the given message.
message - The message.public TagParseException(java.lang.Throwable cause)
TagParseException.
cause - The cause.
public TagParseException(java.lang.String message,
java.lang.Throwable cause)
TagParseException 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 | |||||||||