Package org.eclipse.m2m.atl.common
Class ATLExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.m2m.atl.common.ATLExecutionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VMException
,VMException
Exceptions thrown by an ATL execution.
- See Also:
-
Constructor Summary
ConstructorDescriptionATLExecutionException
(String message) Constructs a new execution exception with the specified detail message.ATLExecutionException
(String message, Throwable cause) Constructs a new execution exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ATLExecutionException
Constructs a new execution exception with the specified detail message.- Parameters:
message
- the detail message
-
ATLExecutionException
Constructs a new execution exception with the specified detail message.- Parameters:
message
- the detail messagecause
- the cause
-