|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.indiana.iucbrf.exceptions.ProblemSpaceNotSpecifiedException
public class ProblemSpaceNotSpecifiedException
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.
| 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 |
|---|
public ProblemSpaceNotSpecifiedException()
ProblemSpaceNotSpecifiedException without detail message.
public ProblemSpaceNotSpecifiedException(java.lang.String msg)
ProblemSpaceNotSpecifiedException with the specified detail message.
msg - the detail message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||