|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.directory.api.ldap.schemaextractor.UniqueResourceException
public class UniqueResourceException
Exception for when we detect more than one unqiue schema LDIF file resource on the classpath.
| Constructor Summary | |
|---|---|
UniqueResourceException(String resourceName,
List<URL> urls,
String resourceDescription)
Instantiates a new unique resource exception. |
|
UniqueResourceException(String resourceName,
String resourceDescription)
Instantiates a new unique resource exception. |
|
UniqueResourceException(String resourceName,
URL first,
Enumeration<URL> urlEnum,
String resourceDescription)
Instantiates a new unique resource exception. |
|
| Method Summary | |
|---|---|
String |
getMessage()
|
String |
getResourceName()
Gets the resource name. |
List<URL> |
getUrls()
Gets the URLs. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 UniqueResourceException(String resourceName,
String resourceDescription)
resourceName - the resource nameresourceDescription - the resource description
public UniqueResourceException(String resourceName,
List<URL> urls,
String resourceDescription)
resourceName - the resource nameurls - the URLsresourceDescription - the resource description
public UniqueResourceException(String resourceName,
URL first,
Enumeration<URL> urlEnum,
String resourceDescription)
resourceName - the resource namefirst - the firsturlEnum - the enum with URLsresourceDescription - the resource description| Method Detail |
|---|
public String getMessage()
getMessage in class Throwablepublic String getResourceName()
public List<URL> getUrls()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||