|
|||||||||||
| 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.apache.jackrabbit.core.nodetype.compact.ParseException
ParseException
| Constructor Summary | |
ParseException(int lineNumber,
int colNumber,
String systemId)
Constructs a new instance of this class with null as its
detail message. |
|
ParseException(String message,
int lineNumber,
int colNumber,
String systemId)
Constructs a new instance of this class with the specified detail message. |
|
ParseException(String message,
Throwable rootCause,
int lineNumber,
int colNumber,
String systemId)
Constructs a new instance of this class with the specified detail message and root cause. |
|
ParseException(Throwable rootCause,
int lineNumber,
int colNumber,
String systemId)
Constructs a new instance of this class with the specified root cause. |
|
| Method Summary | |
String |
getMessage()
|
String |
toString()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 ParseException(int lineNumber,
int colNumber,
String systemId)
null as its
detail message.
public ParseException(String message,
int lineNumber,
int colNumber,
String systemId)
message - the detail message. The detail message is saved for
later retrieval by the getMessage() method.
public ParseException(String message,
Throwable rootCause,
int lineNumber,
int colNumber,
String systemId)
message - the detail message. The detail message is saved for
later retrieval by the getMessage() method.rootCause - root failure cause
public ParseException(Throwable rootCause,
int lineNumber,
int colNumber,
String systemId)
rootCause - root failure cause| Method Detail |
public String getMessage()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||