Method Summary |
|
public String | getDetachedFieldAccessExceptionClassNameSlash() |
abstract public Class | getDetachedFieldAccessRuntimeExceptionClass() |
abstract public Class | getFatalRuntimeExceptionClass() Retrieve the runtime fatal exception class dedicated to the relevant
personality. |
public String | getFatalRuntimeExceptionClassNameDot() Retrieve the class name of the runtime fatal exception dedicated to the
relevant personality. |
public String | getFatalRuntimeExceptionClassNameSlash() Retrieve the class name of the runtime fatal exception dedicated to the
relevant personality. |
public String | getGenClassName(String gcBaseName) |
public String | getName() |
abstract public Class | getPOMClass() Retrieve the PersistentObjectManager class for the associated
personality. |
abstract public Class | getPOMFClass() Retrieve the PersistentObjectManagerFactory class for the associated
personality. |
public String | getPersonalityClassName(String pac, String classuffix) |
abstract public Class | getRuntimeExceptionClass() Retrieve the runtime user exception class dedicated to the relevant
personality. |
public String | getRuntimeExceptionClassNameDot() Retrieve the class name of the runtime user exception dedicated to the
relevant personality. |
public String | getRuntimeExceptionClassNameSlash() Retrieve the class name of the runtime user exception dedicated to the
relevant personality. |
abstract public Class | getUserRuntimeExceptionClass() Retrieve the runtime user exception class dedicated to the relevant
personality. |
public String | getUserRuntimeExceptionClassNameDot() Retrieve the class name of the runtime user exception dedicated to the
relevant personality. |
public String | getUserRuntimeExceptionClassNameSlash() Retrieve the class name of the runtime user exception dedicated to the
relevant personality. |
abstract public RuntimeException | newDataStoreRuntimeException(String msg) |
abstract public RuntimeException | newDataStoreRuntimeException(String msg, Throwable nested) |
abstract public RuntimeException | newFatalDataStoreRuntimeException() |
abstract public RuntimeException | newFatalDataStoreRuntimeException(String msg) |
abstract public RuntimeException | newFatalDataStoreRuntimeException(String msg, Throwable[] nested) |
abstract public RuntimeException | newFatalDataStoreRuntimeException(String msg, Throwable nested) |
abstract public RuntimeException | newFatalDataStoreRuntimeException(String msg, Object failed) |
abstract public RuntimeException | newFatalDataStoreRuntimeException(String msg, Throwable[] nested, Object failed) |
abstract public RuntimeException | newFatalDataStoreRuntimeException(String msg, Throwable nested, Object failed) |
abstract public RuntimeException | newFatalDataStoreRuntimeException(Throwable nested) |
abstract public RuntimeException | newFatalRuntimeException() Retrieve the runtime fatal exception dedicated to the relevant personality. |
abstract public RuntimeException | newFatalRuntimeException(String msg) |
abstract public RuntimeException | newFatalRuntimeException(String msg, Throwable[] nested) |
abstract public RuntimeException | newFatalRuntimeException(String msg, Throwable nested) |
abstract public RuntimeException | newFatalRuntimeException(String msg, Object failed) |
abstract public RuntimeException | newFatalRuntimeException(String msg, Throwable[] nested, Object failed) |
abstract public RuntimeException | newFatalRuntimeException(String msg, Throwable nested, Object failed) |
abstract public RuntimeException | newFatalRuntimeException(Throwable nested) |
abstract public RuntimeException | newRuntimeException() Retrieve the basic runtime exception dedicated to the relevant personality. |
abstract public RuntimeException | newRuntimeException(String msg) |
abstract public RuntimeException | newRuntimeException(String msg, Throwable[] nested) |
abstract public RuntimeException | newRuntimeException(String msg, Throwable nested) |
abstract public RuntimeException | newRuntimeException(String msg, Object failed) |
abstract public RuntimeException | newRuntimeException(String msg, Throwable[] nested, Object failed) |
abstract public RuntimeException | newRuntimeException(String msg, Throwable nested, Object failed) |
abstract public RuntimeException | newRuntimeException(Throwable nested) |
abstract public RuntimeException | newUserRuntimeException() Retrieve the runtime user exception dedicated to the relevant personality. |
abstract public RuntimeException | newUserRuntimeException(String msg) |
abstract public RuntimeException | newUserRuntimeException(String msg, Throwable[] nested) |
abstract public RuntimeException | newUserRuntimeException(String msg, Throwable nested) |
abstract public RuntimeException | newUserRuntimeException(String msg, Object failed) |
abstract public RuntimeException | newUserRuntimeException(String msg, Throwable[] nested, Object failed) |
abstract public RuntimeException | newUserRuntimeException(String msg, Throwable nested, Object failed) |
abstract public RuntimeException | newUserRuntimeException(Throwable nested) |