org.apache.geronimo.gshell.command
Class CommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.geronimo.gshell.command.CommandException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommandNotFoundException

public class CommandException
extends Exception

A command exception.

Version:
$Rev: 572541 $ $Date: 2007-09-03 23:14:41 -0700 (Mon, 03 Sep 2007) $
See Also:
Serialized Form

Constructor Summary
CommandException()
           
CommandException(String msg)
           
CommandException(String msg, Throwable cause)
           
CommandException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

CommandException

public CommandException(String msg)

CommandException

public CommandException(String msg,
                        Throwable cause)

CommandException

public CommandException(Throwable cause)

CommandException

public CommandException()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.