|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.stp.core.saf.exception.InvalidOperationException
This exception is thrown by methods in ISAFManager to report errors when an operation invoked by the client program cannot be performed. The error message may be displayed to the user in an error dialog, so it should be easy to understand.
Constructor Summary | |
InvalidOperationException(java.lang.String message)
Creates an exception object from an error message. |
|
InvalidOperationException(java.lang.String message,
java.lang.Throwable cause)
Creates an exception object from an error message and another exception. |
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 InvalidOperationException(java.lang.String message)
message
- translated text describing the errorpublic InvalidOperationException(java.lang.String message, java.lang.Throwable cause)
message
- translated text describing the errorcause
- the base exception object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |