org.apache.jackrabbit.standalone.cli
Class JcrParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jackrabbit.standalone.cli.CommandException
              extended by 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
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
fillInStackTrace, getCause, 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

JcrParserException

public JcrParserException(String message,
                          Object[] arguments)
Parameters:
message - the message
arguments - the arguments

JcrParserException

public JcrParserException(String message,
                          Throwable cause,
                          Object[] arguments)
Parameters:
message - the message
cause - the cause
arguments - the arguments

JcrParserException

public JcrParserException(String message)
Parameters:
message - the message

JcrParserException

public JcrParserException(String message,
                          Throwable cause)
Parameters:
message - the message
cause - the cause


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.