|
||||||||||
| 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
public class PropertyException
Exception en lien avec une propriété
| 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 |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public PropertyException()
public PropertyException(String message)
message - Messagepublic PropertyException(Throwable cause)
cause - Cause
public PropertyException(String message,
Throwable cause)
message - Messagecause - Cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||