|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.softwareag.tamino.db.api.common.TException
com.softwareag.tamino.db.api.objectModel.TObjectModelException
com.softwareag.tamino.db.api.objectModel.TNoSuchNonXMLObjectException
public class TNoSuchNonXMLObjectException
TNoSuchXMLObjectException is the general purponse exception class for the indication that there is no such XML object available. This is particulary indicated during the iteration of TXMLObject instances with a concrete TXMLObjectIterator.
Constructor Summary | |
---|---|
TNoSuchNonXMLObjectException(java.lang.Exception nestedException,
java.util.Locale locale)
Initializes a TNoSuchNonXMLObjectException instance with an internal nested exception. |
|
TNoSuchNonXMLObjectException(java.lang.String message,
java.lang.Exception nestedException,
java.util.Locale locale)
Initializes a TNoSuchNonXMLObjectException instance with a message and an internal nested exception. |
|
TNoSuchNonXMLObjectException(java.lang.String message,
java.util.Locale locale)
Initializes a TNoSuchNonXMLObjectException instance with a message. |
|
TNoSuchNonXMLObjectException(TResourceId resourceId,
java.lang.Exception nestedException,
java.util.Locale locale)
Initializes a TNoSuchNonXMLObjectException instance with a resource message and an internal nested exception. |
|
TNoSuchNonXMLObjectException(TResourceId resourceId,
java.util.Locale locale)
Initializes a TNoSuchNonXMLObjectException instance with a resource message. |
Method Summary |
---|
Methods inherited from class com.softwareag.tamino.db.api.common.TException |
---|
getAccessFailureException, getAdditionalXMLMessageContent, getCause, getDeepestException, getDeepestTException, getExceptionMessage, getLocale, getMessageCode, getMessageContent, getNestedException, getResourceMessage, getRootCause, getRootTCause, getXMLMessage, getXMLMessage, hasAccessFailureException, hasCause, hasNestedException, printStackTrace, printStackTrace, printStackTrace, setLocale, toString, toXMLString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TNoSuchNonXMLObjectException(java.lang.String message, java.util.Locale locale)
message
- is handed further to the base class.locale
- the locale.public TNoSuchNonXMLObjectException(java.lang.String message, java.lang.Exception nestedException, java.util.Locale locale)
message
- is handed further to the base class.nestedException
- can be nested into a TNoSuchNonXMLObjectException if it is given.locale
- the locale.public TNoSuchNonXMLObjectException(java.lang.Exception nestedException, java.util.Locale locale)
nestedException
- can be nested into a TNoSuchNonXMLObjectException if it is given.locale
- the locale.public TNoSuchNonXMLObjectException(TResourceId resourceId, java.util.Locale locale)
resourceId
- containing the message of this exceptionlocale
- the locale.TResourceId
public TNoSuchNonXMLObjectException(TResourceId resourceId, java.lang.Exception nestedException, java.util.Locale locale)
resourceId
- containing the message of this exceptionnestedException
- can be nested into a TException if it is givenlocale
- the locale.TResourceId
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |