org.rapla.gui.toolkit
Class ErrorDialogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.avalon.framework.CascadingRuntimeException
                  extended by org.rapla.gui.toolkit.ErrorDialogException
All Implemented Interfaces:
Serializable, CascadingThrowable

public final class ErrorDialogException
extends CascadingRuntimeException

This exception is thrown by the ErrorDialog and is used to test error-messages.

See Also:
ErrorDialog, Serialized Form

Constructor Summary
ErrorDialogException(Throwable throwable, int type)
           
 
Method Summary
 int getType()
          returns the type of the Error-Message.
 
Methods inherited from class org.apache.avalon.framework.CascadingRuntimeException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ErrorDialogException

public ErrorDialogException(Throwable throwable,
                            int type)
Parameters:
type - The type of the Error-Message.
See Also:
ErrorDialog
Method Detail

getType

public int getType()
returns the type of the Error-Message.

See Also:
ErrorDialog


Copyright © 2000-2006 Rapla Team. All Rights Reseserved.