suramadu.util.exec
Class PropertyValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
suramadu.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
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 |
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)