VdexReload 1.1.3 API

uk.ac.reload.moonunit.schema
Class ReloadSchemaException

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

public class ReloadSchemaException
extends java.lang.Exception
implements MoonUnitConstants

The Exception thrown for ReloadSchema Actions

See Also:
Serialized Form

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

ReloadSchemaException

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

Parameters:
ex - The parent Exception that this wraps

ReloadSchemaException

public ReloadSchemaException(java.lang.String msg)
Parameters:
msg - The Error Message to display

VdexReload 1.1.3 API