Class CompileTimeError

java.lang.Object
org.eclipse.m2m.atl.engine.compiler.CompileTimeError

public class CompileTimeError extends Object
Describes an error which has occurred when compiling an ATL script.
  • Constructor Details

    • CompileTimeError

      public CompileTimeError(String severity, String location, String description)
      Creates an instance of CompileError.
      Parameters:
      severity - the error severity
      location - the location at which the error occurred
      description - the description of the error
  • Method Details

    • getDescription

      public String getDescription()
      Returns the description.
      Returns:
      the description
    • getLocation

      public String getLocation()
      Returns the location.
      Returns:
      the location (format = linenumber:columnnumber)
    • getSeverity

      public String getSeverity()
      Returns the severity.
      Returns:
      the severity