VdexReload 1.1.3 API

uk.ac.reload.moonunit.dom
Class ReloadDomException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.ac.reload.moonunit.dom.ReloadDomException
All Implemented Interfaces:
MoonUnitConstants, java.io.Serializable

public class ReloadDomException
extends java.lang.Exception
implements MoonUnitConstants

The Exception thrown for Dom Actions

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface uk.ac.reload.moonunit.MoonUnitConstants
DEBUG
 
Constructor Summary
ReloadDomException(java.lang.Exception ex)
          Constructor for ReloadDomException.
ReloadDomException(java.lang.String msg)
          Constructor for ReloadDomException.
 
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

ReloadDomException

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

Parameters:
ex - The parent Exception that this wraps

ReloadDomException

public ReloadDomException(java.lang.String msg)
Constructor for ReloadDomException.

Parameters:
msg - The Error Message to display

VdexReload 1.1.3 API