public class SDTFormatException extends SDTException
SDTFormatException
indicates a type conversion
error occurred retrieving data from an SDTMap or SDTStream.Constructor and Description |
---|
SDTFormatException(String message)
Constructs a
MessageFormatException with the specified detailed
message. |
SDTFormatException(String message,
Throwable cause)
Constructs a
MessageFormatException with the specified detailed
message and nested exception. |
getExtraInfo, setExtraInfo
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public SDTFormatException(String message, Throwable cause)
MessageFormatException
with the specified detailed
message and nested exception.message
- The detailed message.cause
- The nested exception.public SDTFormatException(String message)
MessageFormatException
with the specified detailed
message.message
- The detailed message.Copyright 2004-2024 Solace Corporation. All rights reserved.