org.apache.jackrabbit.command.cli
Class JcrParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jackrabbit.command.CommandException
              extended byorg.apache.jackrabbit.command.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)
           
 
Methods inherited from class org.apache.jackrabbit.command.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 © 2005 . All Rights Reserved.