|
Cytoscape 2.7.0 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
cytoscape.command.CyCommandException
public class CyCommandException
The CyCommandException is thrown when a CyCommandHandler encounters an exception condition.
| Constructor Summary | |
|---|---|
CyCommandException(String message)
Create a CyCommandException with a message, but no results |
|
CyCommandException(String message,
CyCommandResult results)
Create a CyCommandException with a message and a set of results |
|
CyCommandException(String message,
Throwable cause)
Create a CyCommandException with a message and a root cause but no results |
|
CyCommandException(String message,
Throwable cause,
CyCommandResult results)
Create a CyCommandException with a message, a cause, and a set of results |
|
CyCommandException(Throwable cause)
Create a CyCommandException with a root cause but no results |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CyCommandException(String message)
message - the message to includepublic CyCommandException(Throwable cause)
cause - the cause of the exception
public CyCommandException(String message,
Throwable cause)
message - the message to includecause - the cause of the exception
public CyCommandException(String message,
CyCommandResult results)
message - the message to includeresults - the (possibly intermediate) results from this execution
public CyCommandException(String message,
Throwable cause,
CyCommandResult results)
message - the message to includecause - the cause of the exceptionresults - the (possibly intermediate) results from this execution
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||