sjrd.util.appproperties
Class PropertyNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sjrd.util.appproperties.PropertyException
              extended by sjrd.util.appproperties.PropertyNotFoundException
All Implemented Interfaces:
Serializable

public class PropertyNotFoundException
extends PropertyException

Exception déclenchée lorsqu'une propriété n'a pas été trouvée

Author:
sjrd
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          ID de sérialisation
 
Constructor Summary
PropertyNotFoundException()
          Crée l'exception
PropertyNotFoundException(String message)
          Crée l'exception
PropertyNotFoundException(String message, Throwable cause)
          Crée l'exception
PropertyNotFoundException(Throwable cause)
          Crée l'exception
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
ID de sérialisation

See Also:
Constant Field Values
Constructor Detail

PropertyNotFoundException

public PropertyNotFoundException()
Crée l'exception


PropertyNotFoundException

public PropertyNotFoundException(String message)
Crée l'exception

Parameters:
message - Message

PropertyNotFoundException

public PropertyNotFoundException(Throwable cause)
Crée l'exception

Parameters:
cause - Cause

PropertyNotFoundException

public PropertyNotFoundException(String message,
                                 Throwable cause)
Crée l'exception

Parameters:
message - Message
cause - Cause