sofya.ed.structural
Class AbstractEventDispatcher.TraceFileException

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

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

Exception that indicates an error occurred while creating or writing a trace file.

See Also:
Serialized Form

Constructor Summary
AbstractEventDispatcher.TraceFileException(java.lang.String s)
          Create an instance with the given message.
AbstractEventDispatcher.TraceFileException(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.TraceFileException

public AbstractEventDispatcher.TraceFileException(java.lang.String s)
Create an instance with the given message.


AbstractEventDispatcher.TraceFileException

public AbstractEventDispatcher.TraceFileException(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