net.datacrow.core.modules
Class InvalidValueException

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

public class InvalidValueException
extends java.lang.Exception

Exception thrown when an invalid value is encountered in the XML module definition.

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

Constructor Summary
InvalidValueException(java.lang.String message)
           
InvalidValueException(java.lang.String tag, java.lang.String value)
           
 
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

InvalidValueException

public InvalidValueException(java.lang.String tag,
                             java.lang.String value)

InvalidValueException

public InvalidValueException(java.lang.String message)