public class JETException
extends DiagnosticException
| Constructor and Description |
|---|
JETException(java.lang.String reason)
Deprecated.
|
JETException(java.lang.String problemKey,
java.lang.String reason,
java.lang.Throwable exception,
JETMark start,
JETMark stop,
int severity)
Can if the marks can be use to create an error marker in a resource visible in the workspace, that's done instead with this exception instead of showing it in a dialog.
|
JETException(java.lang.String reason,
java.lang.Throwable exception)
Deprecated.
|
JETException(java.lang.Throwable exception)
Creates a JETException with the embedded exception.
|
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.String |
getMessage(java.lang.Throwable exception) |
java.lang.String |
getProblemKey() |
JETMark |
getStart() |
IStatus |
getStatus() |
JETMark |
getStop() |
public JETException(java.lang.String reason)
JETException(String, String, Throwable, JETMark, JETMark, int).public JETException(java.lang.String reason,
java.lang.Throwable exception)
JETException(String, String, Throwable, JETMark, JETMark, int).public JETException(java.lang.String problemKey,
java.lang.String reason,
java.lang.Throwable exception,
JETMark start,
JETMark stop,
int severity)
public JETException(java.lang.Throwable exception)
public java.lang.String getProblemKey()
JETProblemListenerpublic IStatus getStatus()
public JETMark getStart()
public JETMark getStop()
protected static java.lang.String getMessage(java.lang.Throwable exception)
Copyright © 2019. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature