|
||||||||||
| 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.commons.cnd.ParseException
public class 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.
lineNumber - line numbercolNumber - columns numbersystemId - system id
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.lineNumber - line numbercolNumber - columns numbersystemId - system id
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.lineNumber - line numbercolNumber - columns numbersystemId - system idrootCause - root failure cause
public ParseException(Throwable rootCause,
int lineNumber,
int colNumber,
String systemId)
lineNumber - line numbercolNumber - columns numbersystemId - system idrootCause - root failure cause| Method Detail |
|---|
public String getMessage()
getMessage in class Throwablepublic String toString()
toString in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||