org.anarres.cpp
Class LexerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.anarres.cpp.LexerException
All Implemented Interfaces:
Serializable

public class LexerException
extends Exception

A preprocessor exception. Note to users: I don't really like the name of this class. S.

See Also:
Serialized Form

Constructor Summary
LexerException(String msg)
           
LexerException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LexerException

public LexerException(String msg)

LexerException

public LexerException(Throwable cause)


Copyright © 2007 Shevek, Anarres. All Rights Reserved.