| org.openharmonise.rm.commands.CommandException org.openharmonise.rm.commands.InvalidCommandException
InvalidCommandException | public class InvalidCommandException extends CommandException (Code) | | Exception thrown to indicate an invalid command invocation.
author: Michael Bell version: $Revision: 1.1 $ |
InvalidCommandException | public InvalidCommandException()(Code) | | Constructs a new instance of this exception.
|
InvalidCommandException | public InvalidCommandException(String s)(Code) | | Creates a new instance of this exception with a detail message.
Parameters: s - the detail message |
InvalidCommandException | public InvalidCommandException(String s, Throwable cause)(Code) | | Creates a new instance of this exception with a detail message
and a reference to the cause.
Parameters: s - the detail message Parameters: cause - the cause |
InvalidCommandException | public InvalidCommandException(Throwable cause)(Code) | | Constructs an wrapper exception with a reference to the cause.
Parameters: cause - the cause |
|
|