|
||||||||||||
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
This is the exception class for conditions raised by the IEnvironment.
Constructor Summary | |
---|---|
EnvironmentException()
Creates a new EnvironmentException. |
|
EnvironmentException(IStatus status)
Creates a new EnvironmentException. |
Method Summary | |
---|---|
IStatus |
getStatus()
Returns the Status object. |
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 EnvironmentException()
public EnvironmentException(IStatus status)
status
- the status for this exception.Method Detail |
public IStatus getStatus()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |