|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
vooga.engine.resource.random.RandomizerException
public class RandomizerException
RandomizerException is thrown whenever Randomizer attempts to work with some kind of inconsistent parameters. This can arise when Randomizer is passed two differing Number types when attempting to specify a range or when the first parameter when specifying a range is larger than the second. Examples:
Constructor Summary | |
---|---|
RandomizerException()
Constructs a new GameClockException that includes the current
stack trace. |
|
RandomizerException(java.lang.String detailMessage)
Constructs a new GameClockException with the current stack
trace and 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 RandomizerException()
GameClockException
that includes the current
stack trace.
public RandomizerException(java.lang.String detailMessage)
GameClockException
with the current stack
trace and the specified detail message.
detailMessage
- the detail message for this exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |