Class ATLCoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.m2m.atl.core.ATLCoreException
All Implemented Interfaces:
Serializable

public class ATLCoreException extends Exception
Exceptions thrown by an ATL Core operation.
See Also:
  • Constructor Details

    • ATLCoreException

      public ATLCoreException(String message)
      Constructs a new execution exception with the specified detail message.
      Parameters:
      message - the detail message
    • ATLCoreException

      public ATLCoreException(String message, Throwable cause)
      Constructs a new execution exception with the specified detail message.
      Parameters:
      message - the detail message
      cause - the cause