edu.cmu.emulator.assembler
Class BuggerOffException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.antlr.runtime.RecognitionException
              extended by edu.cmu.emulator.assembler.BuggerOffException
All Implemented Interfaces:
Serializable

 class BuggerOffException
extends org.antlr.runtime.RecognitionException


Field Summary
protected  String msg
           
 
Fields inherited from class org.antlr.runtime.RecognitionException
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
 
Constructor Summary
BuggerOffException(String msg, org.antlr.runtime.tree.TreeNodeStream input)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.antlr.runtime.RecognitionException
extractInformationFromTreeNodeStream, getUnexpectedType
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

msg

protected String msg
Constructor Detail

BuggerOffException

public BuggerOffException(String msg,
                          org.antlr.runtime.tree.TreeNodeStream input)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2013. All Rights Reserved.