sjrd.util.appproperties
Class PropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sjrd.util.appproperties.PropertyException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PropertyFormatException, PropertyNotFoundException

public class PropertyException
extends Exception

Exception en lien avec une propriété

Author:
sjrd
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          ID de sérialisation
 
Constructor Summary
PropertyException()
          Crée l'exception
PropertyException(String message)
          Crée l'exception
PropertyException(String message, Throwable cause)
          Crée l'exception
PropertyException(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

PropertyException

public PropertyException()
Crée l'exception


PropertyException

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

Parameters:
message - Message

PropertyException

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

Parameters:
cause - Cause

PropertyException

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

Parameters:
message - Message
cause - Cause