|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectCoreException
eu.geclipse.core.reporting.ProblemException
public class ProblemException
Exception implementation that may carry an associated
IProblem.
| Constructor Summary | |
|---|---|
ProblemException(IProblem problem)
Create a new ProblemException with the specified
associated problem. |
|
ProblemException(java.lang.String problemID,
java.lang.String pluginID)
Create a new ProblemException for the problem with
the specified ID. |
|
ProblemException(java.lang.String problemID,
java.lang.String description,
java.lang.String pluginID)
Create a new ProblemException for the problem with
the specified ID. |
|
ProblemException(java.lang.String problemID,
java.lang.String description,
java.lang.Throwable exception,
java.lang.String pluginID)
Create a new ProblemException for the problem with
the specified ID. |
|
ProblemException(java.lang.String problemID,
java.lang.Throwable exception,
java.lang.String pluginID)
Create a new ProblemException for the problem with
the specified ID. |
|
| Method Summary | |
|---|---|
IProblem |
getProblem()
Get this exception's associated problem if one was specified during creation time or null. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProblemException(java.lang.String problemID,
java.lang.String pluginID)
ProblemException for the problem with
the specified ID.
problemID - The ID of the problem that should be reported.pluginID - The ID of the plug-in where the problem happened.ProblemException(IProblem)
public ProblemException(java.lang.String problemID,
java.lang.Throwable exception,
java.lang.String pluginID)
ProblemException for the problem with
the specified ID.
problemID - The ID of the problem that should be reported.exception - An optional Throwable that may have caused
the problem.pluginID - The ID of the plug-in where the problem happened.ProblemException(IProblem)
public ProblemException(java.lang.String problemID,
java.lang.String description,
java.lang.String pluginID)
ProblemException for the problem with
the specified ID.
problemID - The ID of the problem that should be reported.description - An optional description that may replace the
problems standard description.pluginID - The ID of the plug-in where the problem happened.ProblemException(IProblem)
public ProblemException(java.lang.String problemID,
java.lang.String description,
java.lang.Throwable exception,
java.lang.String pluginID)
ProblemException for the problem with
the specified ID.
problemID - The ID of the problem that should be reported.description - An optional description that may replace the
problems standard description.exception - An optional Throwable that may have caused
the problem.pluginID - The ID of the plug-in where the problem happened.ProblemException(IProblem)public ProblemException(IProblem problem)
ProblemException with the specified
associated problem. The IProblem.getStatus()-method
is used to create a status for the super constructor. Notice
that this status object represents the state of the problem at
the creation time of the exception. See IProblem.getStatus()
for more details.
problem - The problem associated to this exception.#ProblemException(IStatus)| Method Detail |
|---|
public IProblem getProblem()
null.
null.
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||