|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.engine.compiler.CompileTimeError
public class CompileTimeError
Describes an error which has occurred when compiling an ATL script.
Constructor Summary | |
---|---|
CompileTimeError(java.lang.String severity,
java.lang.String location,
java.lang.String description)
Creates an instance of CompileError. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the description. |
java.lang.String |
getLocation()
Returns the location. |
java.lang.String |
getSeverity()
Returns the severity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompileTimeError(java.lang.String severity, java.lang.String location, java.lang.String description)
severity
- the error severitylocation
- the location at which the error occurreddescription
- the description of the errorMethod Detail |
---|
public java.lang.String getDescription()
public java.lang.String getLocation()
public java.lang.String getSeverity()
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |