|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.mathema.pride.NoAccessorException
public class NoAccessorException
This expection is thrown when trying to instantiate a database
without having defined a valid ResourceAccessor. If you
are using DatabaseFactory.getDatabase() for instantiation,
make shure to have initialized the factory propperly by calling
DatabaseFactory.setResourceAccessor(de.mathema.pride.ResourceAccessor).
| Field Summary | |
|---|---|
static java.lang.String |
REVISION_ID
|
| Constructor Summary | |
|---|---|
NoAccessorException()
|
|
NoAccessorException(java.lang.String reason)
|
|
| Method Summary |
|---|
| 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 |
|---|
public static final java.lang.String REVISION_ID
| Constructor Detail |
|---|
public NoAccessorException(java.lang.String reason)
public NoAccessorException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||