org.openanzo.glitter.exception
Class StringLiteralException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openanzo.glitter.syntax.concrete.ParseException
              extended by org.openanzo.glitter.exception.StringLiteralException
All Implemented Interfaces:
java.io.Serializable

public class StringLiteralException
extends ParseException

Thrown at parse time if a string literal contains an invalid escape

Author:
lee
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openanzo.glitter.syntax.concrete.ParseException
currentToken, expectedTokenSequences, tokenImage
 
Constructor Summary
StringLiteralException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class org.openanzo.glitter.syntax.concrete.ParseException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringLiteralException

public StringLiteralException(java.lang.String msg)
Parameters:
msg - An explanation of the parse error


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.