|
Faceted Project Framework Version 1.3 |
|||||||||
| 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.core.runtime.CoreException
org.eclipse.wst.common.project.facet.core.FacetedProjectFrameworkException
public final class FacetedProjectFrameworkException
Exception that can be thrown in various places in the framework instead of a more generic
CoreException.
| Constructor Summary | |
|---|---|
FacetedProjectFrameworkException(IStatus status)
Creates a new faceted project framework exception instance. |
|
| Method Summary | |
|---|---|
boolean |
isExpected()
Returns whether this exception is expected from thrower's perspective. |
void |
setExpected(boolean expected)
Sets whether this exception is expected from thrower's perspective. |
| Methods inherited from class org.eclipse.core.runtime.CoreException |
|---|
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FacetedProjectFrameworkException(IStatus status)
status - the status object with information about the failure| Method Detail |
|---|
public boolean isExpected()
true if the exception is expected from thrower's perspectivepublic void setExpected(boolean expected)
expected - if the exception is expected from thrower's perspective
|
Faceted Project Framework Version 1.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||