edu.ucla.belief
Class StateNotFoundException

Object
  extended by Throwable
      extended by Exception
          extended by StateNotFoundException
All Implemented Interfaces:
Serializable

public class StateNotFoundException
extends Exception

Since:
052203
Author:
Keith Cascio
See Also:
Serialized Form

Field Summary
 Object value
           
 FiniteVariable var
           
 
Constructor Summary
StateNotFoundException(FiniteVariable var, Object value)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

var

public FiniteVariable var

value

public Object value
Constructor Detail

StateNotFoundException

public StateNotFoundException(FiniteVariable var,
                              Object value)


Copyright 2010 UCLA Automated Reasoning Group