org.jboss.console.twiddle.command
Class NoSuchCommandException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.util.NestedException (src) 
              extended byorg.jboss.console.twiddle.command.CommandException (src) 
                  extended byorg.jboss.console.twiddle.command.NoSuchCommandException
All Implemented Interfaces:
NestedThrowable (src) , java.io.Serializable

public class NoSuchCommandException
extends CommandException (src)

Throw to indicate that a requested command does not exist.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jboss.util.NestedThrowable (src)
NestedThrowable.Util (src)
 
Field Summary
 
Fields inherited from class org.jboss.util.NestedException (src)
nested
 
Fields inherited from interface org.jboss.util.NestedThrowable (src)
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED
 
Constructor Summary
NoSuchCommandException(java.lang.String name)
          Construct a NoSuchCommandException with the specified invalid command name.
 
Methods inherited from class org.jboss.util.NestedException (src)
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchCommandException

public NoSuchCommandException(java.lang.String name)
Construct a NoSuchCommandException with the specified invalid command name.

Parameters:
name - Command name.