edu.isi.powerloom.gui.parser
Class ParseException

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

public class ParseException
extends java.lang.Exception

General parsing exception.

Since:
Wed May 08 22:16:27 2002
Author:
Eric Melz
See Also:
Serialized Form

Constructor Summary
ParseException()
           
ParseException(java.lang.String msg)
           
 
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

ParseException

public ParseException()

ParseException

public ParseException(java.lang.String msg)


Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.