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

Constructor Summary
RepositoryError()
           
RepositoryError(String message)
           
RepositoryError(String message, Throwable nested)
           
RepositoryError(Throwable nested)
           
 
Method Summary
 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
 

Constructor Detail

RepositoryError

public RepositoryError()

RepositoryError

public RepositoryError(String message)

RepositoryError

public RepositoryError(Throwable nested)

RepositoryError

public RepositoryError(String message,
                       Throwable nested)
Method Detail

getNested

public Throwable getNested()


Copyright © The Apache Software Foundation. All Rights Reserved.