edu.isi.powerloom.gui.parser
Class NoProductionsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.isi.powerloom.gui.parser.ParseException
                    |
                    +--edu.isi.powerloom.gui.parser.NoProductionsException
All Implemented Interfaces:
java.io.Serializable

public class NoProductionsException
extends ParseException

Exception used when no productions exist.

Since:
Wed May 08 22:17:26 2002
Author:
Eric Melz
See Also:
Serialized Form

Constructor Summary
NoProductionsException()
           
NoProductionsException(java.lang.String msg)
           
NoProductionsException(Symbol stackSymbol, Symbol inputSymbol)
           
 
Method Summary
 Symbol getInputSymbol()
           
 Symbol getStackSymbol()
           
 void setInputSymbol(Symbol inputSymbol)
           
 void setStackSymbol(Symbol stackSymbol)
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

NoProductionsException

public NoProductionsException()

NoProductionsException

public NoProductionsException(java.lang.String msg)

NoProductionsException

public NoProductionsException(Symbol stackSymbol,
                              Symbol inputSymbol)
Method Detail

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.