|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.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 |
---|
clone, equals, finalize, 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 exceptionpublic CyCommandException(String message, Throwable cause)
message
- the message to includecause
- the cause of the exceptionpublic CyCommandException(String message, CyCommandResult results)
message
- the message to includeresults
- the (possibly intermediate) results from this executionpublic CyCommandException(String message, Throwable cause, CyCommandResult results)
message
- the message to includecause
- the cause of the exceptionresults
- the (possibly intermediate) results from this execution
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |