fr.umlv.tatoo.runtime.buffer.impl
Class LocationErrorContext
java.lang.Object
fr.umlv.tatoo.runtime.buffer.impl.LocationErrorContext
- All Implemented Interfaces:
- ErrorContext
public class LocationErrorContext
- extends Object
- implements ErrorContext
- Version:
- $Revision: 1.2 $
- Author:
- Gilles Roussel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocationErrorContext
public LocationErrorContext()
updateContext
public void updateContext(char c)
getLineNumber
public int getLineNumber()
getColumnNumber
public int getColumnNumber()
getErrorMessage
public String getErrorMessage()
- Specified by:
getErrorMessage in interface ErrorContext