org.apache.commons.attributes
Class RepositoryError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--org.apache.commons.attributes.RepositoryError
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CircularDependencyError
- public class RepositoryError
- extends Error
Thrown when an attribute repository class can't be
loaded or instantiated.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RepositoryError
public RepositoryError()
RepositoryError
public RepositoryError(String message)
RepositoryError
public RepositoryError(Throwable nested)
RepositoryError
public RepositoryError(String message,
Throwable nested)
getNested
public Throwable getNested()
Copyright © The Apache Software Foundation. All Rights Reserved.