|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Error org.apache.commons.attributes.RepositoryError
Thrown when an attribute repository class can't be loaded or instantiated.
Constructor Summary | |
RepositoryError()
Create a new RepositoryError with no message or nested Throwable. |
|
RepositoryError(String message)
Create a new RepositoryError with a message but no nested Throwable. |
|
RepositoryError(String message,
Throwable nested)
Create a new RepositoryError with a message and nested Throwable. |
|
RepositoryError(Throwable nested)
Create a new RepositoryError with a nested Throwable. |
Method Summary | |
Throwable |
getCause()
Get the nested Throwable, if any. |
Throwable |
getNested()
Get the nested Throwable if any. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 RepositoryError()
public RepositoryError(String message)
message
- the message.public RepositoryError(Throwable nested)
nested.toString()
.
nested
- the nested Throwable.public RepositoryError(String message, Throwable nested)
message
- the message.nested
- the nested Throwable.Method Detail |
public Throwable getNested()
null
if none exists.public Throwable getCause()
null
if none exists.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |