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:
- java.io.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CommandException
public CommandException()
CommandException
public CommandException(java.lang.String message)
CommandException
public CommandException(java.lang.String message,
java.lang.Throwable cause)
CommandException
public CommandException(java.lang.Throwable cause)
CommandException
public CommandException(java.lang.String help,
java.lang.String message)
CommandException
public CommandException(java.lang.String help,
java.lang.String message,
java.lang.Throwable cause)
getNiceHelp
public java.lang.String getNiceHelp()
Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.