|
||||||||||
| 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
org.minueto.MinuetoOutOfBoundException
public class MinuetoOutOfBoundException
Thrown by the draw methods of the Minueto package to indicate that
that the user tried to draw something out of the screen or image.
| Constructor Summary | |
|---|---|
MinuetoOutOfBoundException()
Constructs a MinuetoOutOfBoundException with null as its error message string. |
|
MinuetoOutOfBoundException(int valueFalse,
int valueMin,
int valueMax)
Constructs a MinuetoOutOfBoundException, saving a detailed description
of the error, including the erroneous value and the maximum/minimum possible
values. |
|
MinuetoOutOfBoundException(java.lang.String s)
Constructs a MinuetoOutOfBoundException, saving a reference to the error
message string s for later retrieval by the getMessage method. |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MinuetoOutOfBoundException()
MinuetoOutOfBoundException with null as its error message string.
public MinuetoOutOfBoundException(java.lang.String s)
MinuetoOutOfBoundException, saving a reference to the error
message string s for later retrieval by the getMessage method.
s - String indicating the detailed message.
public MinuetoOutOfBoundException(int valueFalse,
int valueMin,
int valueMax)
MinuetoOutOfBoundException, saving a detailed description
of the error, including the erroneous value and the maximum/minimum possible
values. That message string s can be later retrieved by the getMessage
method.
valueFalse - int denoting the wrong value.valueMin - int denoting the minimum possible value.valueMax - int denoting the maximum possible value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||