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