|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openbp.common.property.PropertyException
public class PropertyException
Exception indicating a property access error. This exception may wrap another exception that describes the failure in detail.
| Constructor Summary | |
|---|---|
PropertyException(java.lang.Exception exception)
Constructor. |
|
PropertyException(java.lang.String msg)
Constructor. |
|
PropertyException(java.lang.String msg,
java.lang.Exception exception)
Constructor. |
|
| 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 |
| Constructor Detail |
|---|
public PropertyException(java.lang.String msg)
msg - Exception messagepublic PropertyException(java.lang.Exception exception)
exception - Nested exception
public PropertyException(java.lang.String msg,
java.lang.Exception exception)
msg - Exception messageexception - Nested exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||