Class ATLExecutionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VMException, VMException

public abstract class ATLExecutionException extends RuntimeException
Exceptions thrown by an ATL execution.
See Also:
  • Constructor Details

    • ATLExecutionException

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

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