public class JETException extends DiagnosticException
| Constructor and Description |
|---|
JETException(java.lang.String reason) |
JETException(java.lang.String reason,
java.lang.Throwable exception)
Creates a JETException with the embedded exception and the reason for throwing a JETException.
|
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) |
IStatus |
getStatus() |
getDiagnostic, toCoreExceptionpublic JETException(java.lang.String reason)
public JETException(java.lang.String reason,
java.lang.Throwable exception)
public JETException(java.lang.Throwable exception)