org.ocleditor.parser
Interface IOclParserError

All Known Implementing Classes:
OclParserErrorDresden

public interface IOclParserError

Interface for the errors returned by the OCL parser (interface IOclParser).


Method Summary
 int getColumn()
           
 java.lang.String getErrorMsg()
           
 int getLine()
           
 org.eclipse.core.resources.IResource getResource()
           
 int getSeverity()
           
 

Method Detail

getErrorMsg

public java.lang.String getErrorMsg()
Returns:
the error message.

getLine

public int getLine()
Returns:
the line where the error occured.

getColumn

public int getColumn()
Returns:
the column where the error occured.

getSeverity

public int getSeverity()
Returns:
the severity of the error.

getResource

public org.eclipse.core.resources.IResource getResource()
Returns:
the OCL file resource where the error occured.