org.eclipse.emf.codegen.jet
Class JETException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.eclipse.core.runtime.CoreException
|
+--org.eclipse.emf.codegen.jet.JETException
- All Implemented Interfaces:
- java.io.Serializable
- public class JETException
- extends org.eclipse.core.runtime.CoreException
Base class for all exceptions generated by the JET engine.
Makes it convienient to catch just this at the top-level.
- See Also:
- Serialized Form
Constructor Summary |
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. |
Method Summary |
protected static java.lang.String |
getMessage(java.lang.Throwable exception)
|
Methods inherited from class org.eclipse.core.runtime.CoreException |
getStatus, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JETException
public JETException(java.lang.String reason)
JETException
public JETException(java.lang.String reason,
java.lang.Throwable exception)
- Creates a JETException with the embedded exception and the reason for throwing a JETException.
JETException
public JETException(java.lang.Throwable exception)
- Creates a JETException with the embedded exception.
getMessage
protected static java.lang.String getMessage(java.lang.Throwable exception)