|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
sjrd.util.appproperties.PropertyException
sjrd.util.appproperties.PropertyFormatException
public class PropertyFormatException
Exception déclenchée lorsqu'une propriété n'a pas le bon format
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 |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public PropertyFormatException()
public PropertyFormatException(String message)
message
- Messagepublic PropertyFormatException(Throwable cause)
cause
- Causepublic PropertyFormatException(String message, Throwable cause)
message
- Messagecause
- Cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |