public class TStreamInterpretException extends TException
Constructor and Description |
---|
TStreamInterpretException(java.lang.Exception nestedException,
java.util.Locale locale)
Initializes a TStreamInterpretException instance with an internal nested exception.
|
TStreamInterpretException(java.lang.String message,
java.lang.Exception nestedException,
java.util.Locale locale)
Initializes a TStreamInterpretException instance with a message and an internal nested exception.
|
TStreamInterpretException(java.lang.String message,
java.util.Locale locale)
Initializes a TStreamInterpretException instance with a message.
|
TStreamInterpretException(TResourceId resourceId,
java.lang.Exception nestedException,
java.util.Locale locale)
Initializes a TStreamInterpretException instance with a resource message and an internal nested exception.
|
TStreamInterpretException(TResourceId resourceId,
java.util.Locale locale)
Initializes a TStreamInterpretException instance with a resource message.
|
getAccessFailureException, getAdditionalXMLMessageContent, getCause, getDeepestException, getDeepestTException, getExceptionMessage, getLocale, getMessageCode, getMessageContent, getNestedException, getResourceMessage, getRootCause, getRootTCause, getXMLMessage, getXMLMessage, hasAccessFailureException, hasCause, hasNestedException, printStackTrace, printStackTrace, printStackTrace, setLocale, toString, toXMLString
public TStreamInterpretException(java.lang.String message, java.util.Locale locale)
message
- is handed further to the base class.locale
- the localepublic TStreamInterpretException(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 TStreamInterpretException if it is given.locale
- the localepublic TStreamInterpretException(java.lang.Exception nestedException, java.util.Locale locale)
nestedException
- can be nested into a TStreamInterpretException if it is given.locale
- the localepublic TStreamInterpretException(TResourceId resourceId, java.util.Locale locale)
resourceId
- containing the message of this exceptionlocale
- the localeTResourceId
public TStreamInterpretException(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 localeTResourceId
Copyright (c) 2017 Software AG. All Rights Reserved.