de.mathema.pride
Class NoAccessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.mathema.pride.NoAccessorException
All Implemented Interfaces:
java.io.Serializable

public class NoAccessorException
extends java.lang.Exception

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).

Author:
Jan Lessner
See Also:
Serialized Form

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

REVISION_ID

public static final java.lang.String REVISION_ID
See Also:
Constant Field Values
Constructor Detail

NoAccessorException

public NoAccessorException(java.lang.String reason)

NoAccessorException

public NoAccessorException()