Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jackrabbit.commons.cnd.ParseException
- All Implemented Interfaces:
Serializable
ParseException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParseException(int lineNumber, int colNumber, String systemId) Constructs a new instance of this class withnullas 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
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ParseException
Constructs a new instance of this class withnullas its detail message.- Parameters:
lineNumber- line numbercolNumber- columns numbersystemId- system id
-
ParseException
Constructs a new instance of this class with the specified detail message.- Parameters:
message- the detail message. The detail message is saved for later retrieval by thegetMessage()method.lineNumber- line numbercolNumber- columns numbersystemId- system id
-
ParseException
public 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.- Parameters:
message- the detail message. The detail message is saved for later retrieval by thegetMessage()method.rootCause- root failure causelineNumber- line numbercolNumber- columns numbersystemId- system id
-
ParseException
Constructs a new instance of this class with the specified root cause.- Parameters:
rootCause- root failure causelineNumber- line numbercolNumber- columns numbersystemId- system id
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
toString
-