edu.isi.powerloom.gui.parser
Class StackInputMismatchException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--edu.isi.powerloom.gui.parser.ParseException
|
+--edu.isi.powerloom.gui.parser.StackInputMismatchException
- All Implemented Interfaces:
- java.io.Serializable
- public class StackInputMismatchException
- extends ParseException
Exception used for stack/input mismatches.
- Since:
- Wed May 08 22:17:26 2002
- Author:
- Eric Melz
- See Also:
- Serialized Form
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 |
StackInputMismatchException
public StackInputMismatchException()
StackInputMismatchException
public StackInputMismatchException(java.lang.String msg)
StackInputMismatchException
public StackInputMismatchException(Symbol stackSymbol,
Symbol inputSymbol)
setInputSymbol
public void setInputSymbol(Symbol inputSymbol)
getInputSymbol
public Symbol getInputSymbol()
setStackSymbol
public void setStackSymbol(Symbol stackSymbol)
getStackSymbol
public Symbol getStackSymbol()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.