org.minueto
Class MinuetoInvalidColorValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.minueto.MinuetoInvalidColorValueException
All Implemented Interfaces:
java.io.Serializable

public class MinuetoInvalidColorValueException
extends java.lang.RuntimeException

Thrown by constructors of the MinuetoColor class to indicate that an invalid color value was passed as a parameter.

Since:
Minueto 0.4
See Also:
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

MinuetoInvalidColorValueException

public MinuetoInvalidColorValueException()
Constructs a MinuetoInvalidColorValueException with null as its error message string.


MinuetoInvalidColorValueException

public MinuetoInvalidColorValueException(java.lang.String s)
Constructs a MinuetoInvalidColorValueException, saving a reference to the error message string s for later retrieval by the getMessage method.

Parameters:
s - String indicating the detailed message.