ereinionbw
Class ProblemNotInformed

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ereinionbw.ProblemNotInformed
All Implemented Interfaces:
java.io.Serializable

public class ProblemNotInformed
extends java.lang.Exception

Eccezione sollevata quando si richiede ad un BWProblem una funzione euristica quando non vi sono euristiche disponibili.

Since:
EPR 1.0
Version:
1.0, 7/10/2002
Author:
Ereinion
See Also:
BWProblem.getEvalFunction(), Serialized Form

Constructor Summary
ProblemNotInformed()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProblemNotInformed

public ProblemNotInformed()