net.datacrow.core.modules
Class InvalidModuleXmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.datacrow.core.modules.InvalidModuleXmlException
All Implemented Interfaces:
java.io.Serializable

public class InvalidModuleXmlException
extends java.lang.Exception

Exception thrown when encountering invalid XML module definitions.

Author:
Robert Jan van der Waals
See Also:
Serialized Form

Constructor Summary
InvalidModuleXmlException(java.lang.Exception e)
           
InvalidModuleXmlException(java.lang.String file, java.lang.Exception e)
           
 
Method Summary
 
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

InvalidModuleXmlException

public InvalidModuleXmlException(java.lang.String file,
                                 java.lang.Exception e)

InvalidModuleXmlException

public InvalidModuleXmlException(java.lang.Exception e)