VdexReload 1.1.3 API

uk.ac.reload.editor
Class ReloadEditorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.ac.reload.editor.ReloadEditorException
All Implemented Interfaces:
java.io.Serializable

public class ReloadEditorException
extends java.lang.Exception

The Reload Exception Class that can be thrown for debugging

See Also:
Serialized Form

Constructor Summary
ReloadEditorException(java.lang.Exception ex)
          Constructor for ReloadException.
ReloadEditorException(java.lang.String msg)
          Constructor for ReloadException.
 
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

ReloadEditorException

public ReloadEditorException(java.lang.Exception ex)
Constructor for ReloadException. Used for wrapping any other Exception.

Parameters:
ex - The parent Exception that this wraps

ReloadEditorException

public ReloadEditorException(java.lang.String msg)
Constructor for ReloadException. Used for creating an original Exception.

Parameters:
msg - The Error Message to display

VdexReload 1.1.3 API