| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.cosylab.util.CommonException
com.cosylab.gui.components.table.cells.CommandException
public class CommandException
Common exception that occurs during command execution.
| Field Summary | 
|---|
| Fields inherited from class com.cosylab.util.CommonException | 
|---|
actions, caughtIn, helpID, host, instance, thread, timestamp, username, values | 
| Constructor Summary | |
|---|---|
CommandException(TableCell instance,
                 Command c,
                 java.lang.String message,
                 java.lang.Throwable cause)
CommandException constructor comment.  | 
|
| Method Summary | |
|---|---|
 Command | 
getCommand()
Return command.  | 
 TableCell | 
getTableCell()
Returns the cell that command was executed on.  | 
| Methods inherited from class com.cosylab.util.CommonException | 
|---|
caughtIn, getActions, getCaughtIn, getHelpID, getHost, getInstance, getParent, getThread, getTimestamp, getUsername, getValue, getValues, initialize, putValue, setActions, setHelpID | 
| 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 | 
| Methods inherited from interface com.cosylab.util.CommonThrowable | 
|---|
getMessage | 
| Constructor Detail | 
|---|
public CommandException(TableCell instance,
                        Command c,
                        java.lang.String message,
                        java.lang.Throwable cause)
instance - cell which generated exceptionc - commandmessage - exception messagecause - cause| Method Detail | 
|---|
public Command getCommand()
public TableCell getTableCell()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||