yu.ac.bg.etf.javaqx.core
Class DisposedError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byyu.ac.bg.etf.javaqx.core.DisposedError
All Implemented Interfaces:
java.io.Serializable

public class DisposedError
extends java.lang.Error

Disposed Error.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)
See Also:
Serialized Form

Constructor Summary
DisposedError()
          Constructs new DisposedError object.
DisposedError(java.lang.String message)
          Constructs new DisposedError object.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DisposedError

public DisposedError()
Constructs new DisposedError object.


DisposedError

public DisposedError(java.lang.String message)
Constructs new DisposedError object.

Parameters:
message - the error message


Copyright © 2007 ETF and contributors. All Rights Reserved.