sofya.ed.structural
Class AbstractEventDispatcher.CreateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by sofya.ed.structural.AbstractEventDispatcher.CreateException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AbstractEventDispatcher

public static class AbstractEventDispatcher.CreateException
extends java.lang.RuntimeException

Exception that indicates an error occurred during instantiation of an event dispatcher.

See Also:
Serialized Form

Constructor Summary
AbstractEventDispatcher.CreateException(java.lang.String s)
          Creates an instance with the given message.
AbstractEventDispatcher.CreateException(java.lang.String s, java.lang.Throwable e)
          Creates an instance with the given message wrapping another exception.
 
Method Summary
 java.lang.Throwable getCause()
          Gets the exception that is the original source of the problem (may be null).
 
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

AbstractEventDispatcher.CreateException

public AbstractEventDispatcher.CreateException(java.lang.String s)
Creates an instance with the given message.


AbstractEventDispatcher.CreateException

public AbstractEventDispatcher.CreateException(java.lang.String s,
                                               java.lang.Throwable e)
Creates an instance with the given message wrapping another exception.

Method Detail

getCause

public java.lang.Throwable getCause()
Gets the exception that is the original source of the problem (may be null).

Overrides:
getCause in class java.lang.Throwable