edu.indiana.iucbrf.exceptions
Class ProblemSpaceNotSpecifiedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.indiana.iucbrf.exceptions.ProblemSpaceNotSpecifiedException
All Implemented Interfaces:
java.io.Serializable

public class ProblemSpaceNotSpecifiedException
extends java.lang.RuntimeException

In the Domain class, if a ProblemSpace has not been specified for generation of problems according to "real-life" distributions, then this exception is thrown.

See Also:
Serialized Form

Constructor Summary
ProblemSpaceNotSpecifiedException()
          Creates new ProblemSpaceNotSpecifiedException without detail message.
ProblemSpaceNotSpecifiedException(java.lang.String msg)
          Constructs an ProblemSpaceNotSpecifiedException with the specified detail message.
 
Method Summary
 
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

ProblemSpaceNotSpecifiedException

public ProblemSpaceNotSpecifiedException()
Creates new ProblemSpaceNotSpecifiedException without detail message.


ProblemSpaceNotSpecifiedException

public ProblemSpaceNotSpecifiedException(java.lang.String msg)
Constructs an ProblemSpaceNotSpecifiedException with the specified detail message.

Parameters:
msg - the detail message.