org.stringtemplate.v4.misc
Class STLexerMessage

java.lang.Object
  extended by org.stringtemplate.v4.misc.STMessage
      extended by org.stringtemplate.v4.misc.STLexerMessage

public class STLexerMessage
extends STMessage


Field Summary
 
Fields inherited from class org.stringtemplate.v4.misc.STMessage
arg, arg2, arg3, cause, error, self
 
Constructor Summary
STLexerMessage(java.lang.String srcName, java.lang.String msg, org.antlr.runtime.Token templateToken, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

STLexerMessage

public STLexerMessage(java.lang.String srcName,
                      java.lang.String msg,
                      org.antlr.runtime.Token templateToken,
                      java.lang.Throwable cause)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class STMessage


Copyright © 2011. All Rights Reserved.