|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.ecf.provider.rss.channel.ParseException
public class ParseException
Exception which is thrown if a syntax problem is encountered while a document instance (like a channel description) is read in.
Constructor Summary | |
---|---|
ParseException()
Create a new ParseException with no detail mesage. |
|
ParseException(java.lang.String message)
Create a new ParseException with the String specified as an error message. |
|
ParseException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new ParseException with the specified detail message and cause. |
|
ParseException(java.lang.Throwable cause)
Constructs a new ParseException with the specified cause and a detail message of (cause==null ? |
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 ParseException()
public ParseException(java.lang.String message)
message
- - The error message for the exception.public ParseException(java.lang.Throwable cause)
cause
- - the cause (which is saved for later retrieval by the getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)public ParseException(java.lang.String message, java.lang.Throwable cause)
message
- - the detail message (which is saved for later retrieval by the getMessage() method).cause
- - the cause (which is saved for later retrieval by the getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |