uk.co.jcp.util.properties
Class PropertyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.co.jcp.util.properties.PropertyException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MalformedPropertyException, PropertyNotFoundException, SectionAlreadyDefinedException

public class PropertyException
extends java.lang.Exception

Superclass of all exceptions in the properties package

See Also:
Serialized Form

Constructor Summary
PropertyException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyException

public PropertyException(java.lang.String message)