public abstract class RecordException extends EmpireException
EmpireException.ExceptionMessageFormatter| Constructor and Description |
|---|
RecordException(Entity entity,
Object[] key,
ErrorType errType,
String[] params) |
RecordException(Entity entity,
Object[] key,
ErrorType errType,
String[] params,
Throwable cause) |
RecordException(Record record,
ErrorType errType,
String[] params) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
entityName(Entity entity) |
Entity |
getEntity() |
protected static Entity |
getEntity(Record record) |
Object[] |
getKey() |
protected static Object[] |
getKey(Record rec) |
protected static String |
keyToString(Object[] key) |
protected static String |
rowsetName(DBRowSet rowset) |
formatErrorMessage, getErrorParams, getErrorType, getMessageFormatter, log, setMessageFormatteraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RecordException(Entity entity, Object[] key, ErrorType errType, String[] params, Throwable cause)
public RecordException(Entity entity, Object[] key, ErrorType errType, String[] params)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.