XProperties 1.0.3

at.spardat.properties
Class PropertyUnknownException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byat.spardat.properties.PropertyException
              extended byat.spardat.properties.PropertyUnknownException
All Implemented Interfaces:
java.io.Serializable

public class PropertyUnknownException
extends PropertyException

this exception signals the access to a missing property

See Also:
Serialized Form

Constructor Summary
PropertyUnknownException(java.lang.String propertyKey)
           
PropertyUnknownException(java.lang.String msg, java.lang.String propertyKey)
           
 
Method Summary
 java.lang.String getPropertyKey()
           
 
Methods inherited from class at.spardat.properties.PropertyException
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

PropertyUnknownException

public PropertyUnknownException(java.lang.String propertyKey)

PropertyUnknownException

public PropertyUnknownException(java.lang.String msg,
                                java.lang.String propertyKey)
Method Detail

getPropertyKey

public java.lang.String getPropertyKey()

XProperties 1.0.3