org.minueto.window
Class MinuetoWindowInvalidStateException

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

public class MinuetoWindowInvalidStateException
extends java.lang.RuntimeException

Thrown by MinuetoWindow when one of several specific method is called while the window is in an invalid state.

Since:
Minueto 0.42
See Also:
MinuetoWindow, Serialized Form

Constructor Summary
MinuetoWindowInvalidStateException()
          Constructs a MinuetoWindowInvalidStateException with null as its error message string.
MinuetoWindowInvalidStateException(java.lang.String s)
          Constructs a MinuetoWindowInvalidStateException, 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

MinuetoWindowInvalidStateException

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


MinuetoWindowInvalidStateException

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

Parameters:
s - String indicating the detailed message.