public class BeliefAlreadyExistsException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
BeliefAlreadyExistsException(Belief<?> belief)
Creates a new instance of BeliefAlreadyExistsException.
|
| Modifier and Type | Method and Description |
|---|---|
Belief<?> |
getBelief() |
java.lang.String |
toString() |
public BeliefAlreadyExistsException(Belief<?> belief)
belief - the belief that already exists.public Belief<?> getBelief()
public java.lang.String toString()
toString in class java.lang.ThrowableThrowable.toString()