fr.umlv.tatoo.runtime.buffer.impl
Class LocationErrorContext

java.lang.Object
  extended by 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

Constructor Summary
LocationErrorContext()
           
 
Method Summary
 int getColumnNumber()
           
 String getErrorMessage()
           
 int getLineNumber()
           
 void updateContext(char c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationErrorContext

public LocationErrorContext()
Method Detail

updateContext

public void updateContext(char c)

getLineNumber

public int getLineNumber()

getColumnNumber

public int getColumnNumber()

getErrorMessage

public String getErrorMessage()
Specified by:
getErrorMessage in interface ErrorContext