satisfiabilityApplet.cnfParser
Class UnsupportedTypeError

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

public class UnsupportedTypeError
extends java.lang.Exception

by Catherine Block id# 6319 Date: Sep 6, 2004 Time: 11:00:02 AM CS 180H satisfiabilityApplet.cnfParser.UnsupportedTypeError is used for exceptions resulting from problems during truth determining logic.

See Also:
Serialized Form

Constructor Summary
UnsupportedTypeError(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

UnsupportedTypeError

public UnsupportedTypeError(java.lang.String error)