org.minueto.window
Class MinuetoWindowNotInitializedException

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

public class MinuetoWindowNotInitializedException
extends java.lang.RuntimeException

Thrown by several methods in the Minueto Package to indicate that MinuetoWindow must be initialized before calling this method.

Since:
Minueto 0.4
See Also:
MinuetoImage, MinuetoWindow, Serialized Form

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

MinuetoWindowNotInitializedException

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


MinuetoWindowNotInitializedException

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

Parameters:
s - String indicating the detailed message.