org.apache.commons.attributes
Class RepositoryError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.apache.commons.attributes.RepositoryError
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CircularDependencyError
- public class RepositoryError
- extends java.lang.Error
Thrown when an attribute repository class can't be
loaded or instantiated.
- See Also:
- Serialized Form
Field Summary |
private java.lang.Throwable |
nested
|
Fields inherited from class java.lang.Error |
|
Fields inherited from class java.lang.Throwable |
|
Method Summary |
java.lang.Throwable |
getNested()
|
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 |
nested
private final java.lang.Throwable nested
RepositoryError
public RepositoryError()
RepositoryError
public RepositoryError(java.lang.String message)
RepositoryError
public RepositoryError(java.lang.Throwable nested)
RepositoryError
public RepositoryError(java.lang.String message,
java.lang.Throwable nested)
getNested
public java.lang.Throwable getNested()