Class satisfiabilityApplet.cnfParser.ParseError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysatisfiabilityApplet.cnfParser.ParseError
All Implemented Interfaces:
java.io.Serializable

public class satisfiabilityApplet.cnfParser.ParseError
extends java.lang.Exception

by Catherine Block id# 6319 Date: Sep 6, 2004 Time: 11:00:02 AM CS 180H satisfiabilityApplet.cnfParser.ParseError is exception thrown if errors occur during parsing

See Also:
Serialized Form

Constructor Summary
satisfiabilityApplet.cnfParser.ParseError(java.lang.String error)
           
 
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

satisfiabilityApplet.cnfParser.ParseError

public satisfiabilityApplet.cnfParser.ParseError(java.lang.String error)