|
|||||||||||
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.SAFException
This exception can be thrown by methods in ISAFManager to report errors.
Constructor Summary | |
SAFException()
Default constructor |
|
SAFException(java.lang.String message)
Creates an exception object from an error message. |
|
SAFException(java.lang.String message,
java.lang.Throwable cause)
Creates an exception object from an error message and another exception. |
|
SAFException(java.lang.Throwable cause)
Creates an exception object from 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 SAFException()
public SAFException(java.lang.String message)
message
- translated text describing the errorpublic SAFException(java.lang.String message, java.lang.Throwable cause)
message
- translated text describing the errorcause
- the base exception objectpublic SAFException(java.lang.Throwable cause)
cause
- the base exception object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |