VdexReload 1.1.3 API

uk.ac.reload.dweezil.util
Class DweezilXMLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.ac.reload.dweezil.util.DweezilXMLException
All Implemented Interfaces:
DweezilConstants, java.io.Serializable

public class DweezilXMLException
extends java.lang.Exception
implements DweezilConstants

The Exception thrown for XML Actions

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface uk.ac.reload.dweezil.DweezilConstants
CR, DEBUG
 
Constructor Summary
DweezilXMLException(java.lang.Exception ex)
          Constructor for ZipException.
DweezilXMLException(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

DweezilXMLException

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

Parameters:
ex - The parent Exception that this wraps

DweezilXMLException

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

VdexReload 1.1.3 API