XProperties 1.0.3

at.spardat.properties
Class PropertyFileNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byat.spardat.properties.PropertyInitException
                  extended byat.spardat.properties.PropertyFileNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PropertyFileNotFoundException
extends PropertyInitException

thrown if a property file (root file or included) cannot be found

See Also:
Serialized Form

Constructor Summary
PropertyFileNotFoundException(java.lang.String fileName)
           
 
Methods inherited from class at.spardat.properties.PropertyInitException
getMessage, getTargetException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

PropertyFileNotFoundException

public PropertyFileNotFoundException(java.lang.String fileName)

XProperties 1.0.3