sofya.ed.semantic
Class SemanticEventDispatcher.InternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sofya.ed.semantic.SemanticEventDispatcher.InternalException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SemanticEventDispatcher

public class SemanticEventDispatcher.InternalException
extends java.lang.Exception

Exception which indicates that an unexpected or internal configuration error occurred during startup or monitoring of the system.

See Also:
Serialized Form

Constructor Summary
SemanticEventDispatcher.InternalException()
           
SemanticEventDispatcher.InternalException(java.lang.String msg)
           
SemanticEventDispatcher.InternalException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable 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

SemanticEventDispatcher.InternalException

public SemanticEventDispatcher.InternalException()

SemanticEventDispatcher.InternalException

public SemanticEventDispatcher.InternalException(java.lang.String msg)

SemanticEventDispatcher.InternalException

public SemanticEventDispatcher.InternalException(java.lang.String msg,
                                                 java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable