org.apache.felix.gogo.commands
Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.felix.gogo.commands.CommandException
- All Implemented Interfaces:
- Serializable
public class CommandException
- extends Exception
Base class for exceptions thrown when executing commands.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommandException
public CommandException()
CommandException
public CommandException(String message)
CommandException
public CommandException(String message,
Throwable cause)
CommandException
public CommandException(Throwable cause)
CommandException
public CommandException(String help,
String message)
CommandException
public CommandException(String help,
String message,
Throwable cause)
getNiceHelp
public String getNiceHelp()
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.