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