|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jboss.util.NestedException (src)
org.jboss.console.twiddle.command.CommandException
A command exception.
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 | |
CommandException()
Construct a CommandException with no detail. |
|
CommandException(java.lang.String msg)
Construct a CommandException with the specified detail message. |
|
CommandException(java.lang.String msg,
java.lang.Throwable nested)
Construct a CommandException with the specified detail message and nested Throwable. |
|
CommandException(java.lang.Throwable nested)
Construct a CommandException with the specified nested Throwable. |
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 |
public CommandException(java.lang.String msg)
msg
- Detail message.public CommandException(java.lang.String msg, java.lang.Throwable nested)
msg
- Detail message.nested
- Nested Throwable.public CommandException(java.lang.Throwable nested)
nested
- Nested Throwable.public CommandException()
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |