|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.jboss.util.NestedError (src)
org.jboss.util.property.PropertyError
Thrown to indicate a fatal problem with the property system.
Nested Class Summary |
Nested classes inherited from class org.jboss.util.NestedThrowable (src) |
NestedThrowable.Util (src) |
Field Summary |
Fields inherited from class org.jboss.util.NestedError (src) |
nested |
Fields inherited from interface org.jboss.util.NestedThrowable (src) |
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED |
Constructor Summary | |
PropertyError()
Construct a PropertyError with no detail. |
|
PropertyError(java.lang.String msg)
Construct a PropertyError with the specified detail message. |
|
PropertyError(java.lang.String msg,
java.lang.Throwable nested)
Construct a PropertyError with the specified detail message and nested Throwable. |
|
PropertyError(java.lang.Throwable nested)
Construct a PropertyError with the specified nested Throwable. |
Methods inherited from class org.jboss.util.NestedError (src) |
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PropertyError(java.lang.String msg)
msg
- Detail message.public PropertyError(java.lang.String msg, java.lang.Throwable nested)
msg
- Detail message.nested
- Nested Throwable.public PropertyError(java.lang.Throwable nested)
nested
- Nested Throwable.public PropertyError()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |