Class CompileTimeError
java.lang.Object
org.eclipse.m2m.atl.engine.compiler.CompileTimeError
Describes an error which has occurred when compiling an ATL script.
-
Constructor Summary
ConstructorDescriptionCompileTimeError
(String severity, String location, String description) Creates an instance of CompileError. -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the location.Returns the severity.
-
Constructor Details
-
CompileTimeError
Creates an instance of CompileError.- Parameters:
severity
- the error severitylocation
- the location at which the error occurreddescription
- the description of the error
-
-
Method Details
-
getDescription
Returns the description.- Returns:
- the description
-
getLocation
Returns the location.- Returns:
- the location (format = linenumber:columnnumber)
-
getSeverity
Returns the severity.- Returns:
- the severity
-