Package org.jboss.as.cli
Class CommandRegistry.RegisterHandlerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.as.cli.CommandLineException
-
- org.jboss.as.cli.CommandRegistry.RegisterHandlerException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CommandRegistry
public static class CommandRegistry.RegisterHandlerException extends CommandLineException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegisterHandlerException(String commandName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCommand(String name)StringgetMessage()List<String>getNotAddedNames()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-