Package org.eclipse.m2m.atl.core
Class ATLCoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.m2m.atl.core.ATLCoreException
- All Implemented Interfaces:
Serializable
Exceptions thrown by an ATL Core operation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionATLCoreException
(String message) Constructs a new execution exception with the specified detail message.ATLCoreException
(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
-
ATLCoreException
Constructs a new execution exception with the specified detail message.- Parameters:
message
- the detail message
-
ATLCoreException
Constructs a new execution exception with the specified detail message.- Parameters:
message
- the detail messagecause
- the cause
-