suramadu.util.exec
Class PropertyValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysuramadu.util.exec.PropertyValidationException
All Implemented Interfaces:
java.io.Serializable

public class PropertyValidationException
extends java.lang.Exception

The PropertyValidationException class serves to signal failure of property validation. Examples of these failures are improper parsing of values from property files, or logical failures of property values. ToDo:

Version:
$Id: PropertyValidationException.html,v 1.1 2004/09/23 15:35:05 mbi Exp $
Author:
Vanessa Carson
See Also:
Serialized Form

Constructor Summary
PropertyValidationException(java.lang.Exception e)
           
PropertyValidationException(java.lang.Exception e, java.lang.String message)
           
PropertyValidationException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyValidationException

public PropertyValidationException(java.lang.String message)

PropertyValidationException

public PropertyValidationException(java.lang.Exception e)

PropertyValidationException

public PropertyValidationException(java.lang.Exception e,
                                   java.lang.String message)