Class JcrParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.jackrabbit.standalone.cli.CommandException
-
- org.apache.jackrabbit.standalone.cli.JcrParserException
-
- All Implemented Interfaces:
Serializable
public class JcrParserException extends CommandException
Exception thrown if any error occurs while parsing the user's input.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JcrParserException(String message)
JcrParserException(String message, Object[] arguments)
JcrParserException(String message, Throwable cause)
JcrParserException(String message, Throwable cause, Object[] arguments)
-
Method Summary
-
Methods inherited from class org.apache.jackrabbit.standalone.cli.CommandException
getLocalizedMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JcrParserException
public JcrParserException(String message, Object[] arguments)
- Parameters:
message
- the messagearguments
- the arguments
-
JcrParserException
public JcrParserException(String message, Throwable cause, Object[] arguments)
- Parameters:
message
- the messagecause
- the causearguments
- the arguments
-
JcrParserException
public JcrParserException(String message)
- Parameters:
message
- the message
-
-