org.apache.commons.attributes
Class RepositoryError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byorg.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
 
Constructor Summary
RepositoryError()
           
RepositoryError(java.lang.String message)
           
RepositoryError(java.lang.String message, java.lang.Throwable nested)
           
RepositoryError(java.lang.Throwable nested)
           
 
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
 

Field Detail

nested

private final java.lang.Throwable nested
Constructor Detail

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)
Method Detail

getNested

public java.lang.Throwable getNested()