sjrd.util.appproperties
Class PropertyFormatException

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

public class PropertyFormatException
extends PropertyException

Exception déclenchée lorsqu'une propriété n'a pas le bon format

Author:
sjrd
See Also:
Serialized Form

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

PropertyFormatException

public PropertyFormatException()
Crée l'exception


PropertyFormatException

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

Parameters:
message - Message

PropertyFormatException

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

Parameters:
cause - Cause

PropertyFormatException

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

Parameters:
message - Message
cause - Cause