|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.richclient.application.ApplicationException
org.springframework.richclient.command.CommandException
public class CommandException
Indicates that a runtime or configuration error has occurred within the Command framework. This is a fairly generic exception. Before creating and throwing an instance of this type, consider if a more specific subclass would be more appropriate.
Constructor Summary | |
---|---|
CommandException()
Creates a new CommandException . |
|
CommandException(String message)
Creates a new CommandException with the specified message. |
|
CommandException(String message,
Throwable cause)
Creates a new CommandException with the specified message
and nested exception. |
|
CommandException(Throwable cause)
Creates a new CommandException with the specified nested exception. |
Method Summary |
---|
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 |
Constructor Detail |
---|
public CommandException()
CommandException
.
public CommandException(String message)
CommandException
with the specified message.
message
- The detail message.public CommandException(String message, Throwable cause)
CommandException
with the specified message
and nested exception.
message
- The detail mesage.cause
- The nested exception.public CommandException(Throwable cause)
CommandException
with the specified nested exception.
cause
- The nested exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |