|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ch.elca.el4j.core.exceptions.BaseException
ch.elca.el4j.core.exceptions.ObjectDoesNotExistException
public class ObjectDoesNotExistException
This exception will be thrown when an object does not exist.
DataRetrievalFailureException
,
Serialized FormField Summary | |
---|---|
static String |
EXCEPTION_MESSAGE_OBJECTDOESNOTEXIST
Deprecated. Message, which has to be formated. |
protected String |
m_objectName
Deprecated. Name of the object, where the exception occured. |
Fields inherited from class ch.elca.el4j.core.exceptions.BaseException |
---|
m_message, m_messageFormatParameters |
Constructor Summary | |
---|---|
ObjectDoesNotExistException(String objectName)
Deprecated. Constructor. |
|
ObjectDoesNotExistException(String objectName,
Throwable cause)
Deprecated. Constructor. |
Method Summary | |
---|---|
Object[] |
getFormatParameters()
Deprecated. Gets parameters defined for the message. |
String |
getObjectName()
Deprecated. |
Methods inherited from class ch.elca.el4j.core.exceptions.BaseException |
---|
getFormatString, getMessage, setFormatString |
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 |
Field Detail |
---|
public static final String EXCEPTION_MESSAGE_OBJECTDOESNOTEXIST
protected String m_objectName
Constructor Detail |
---|
public ObjectDoesNotExistException(String objectName)
objectName
- Is the name of the object, where the exception occured.public ObjectDoesNotExistException(String objectName, Throwable cause)
objectName
- Is the name of the object, where the exception occured.cause
- Is the cause for this exception.Method Detail |
---|
public String getObjectName()
public Object[] getFormatParameters()
getFormatParameters
in class BaseException
MessageFormat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |