|
||||||||||||
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.wst.common.environment.EnvironmentException
org.eclipse.wst.common.environment.StatusException
This is the exception class used by StatusHandlers to tell their callers that processing should stop.
Constructor Summary | |
---|---|
StatusException(IStatus status)
Creates a new StatusException with the given Status. |
|
StatusException(IStatus status,
Choice choice)
Creates a new StatusException with the given Choice and status object. |
Method Summary | |
---|---|
Choice |
getChoice()
|
Methods inherited from class org.eclipse.wst.common.environment.EnvironmentException |
---|
getStatus |
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 StatusException(IStatus status)
status
- the status for this exception.public StatusException(IStatus status, Choice choice)
status
- the status for this exception.choice
- the choice for this exception.Method Detail |
public Choice getChoice()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |