|
||||||||||
| 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.MinuetoInvalidColorValueException
public class MinuetoInvalidColorValueException
Thrown by constructors of the MinuetoColor class to indicate that
an invalid color value was passed as a parameter.
MinuetoColor,
Serialized Form| Constructor Summary | |
|---|---|
MinuetoInvalidColorValueException()
Constructs a MinuetoInvalidColorValueException with null as its error message string. |
|
MinuetoInvalidColorValueException(java.lang.String s)
Constructs a MinuetoInvalidColorValueException, 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 MinuetoInvalidColorValueException()
MinuetoInvalidColorValueException with null as its error message string.
public MinuetoInvalidColorValueException(java.lang.String s)
MinuetoInvalidColorValueException, saving a reference to the error
message string s for later retrieval by the getMessage method.
s - String indicating the detailed message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||