Uses of Interface
org.marketcetera.util.log.I18NBoundMessage
-
Packages that use I18NBoundMessage Package Description org.marketcetera.util.except Nested exception framework with internationalization (i18n) and thread interruption support.org.marketcetera.util.log Multi-tiered logging and internationalization (i18n) framework.org.marketcetera.util.quickfix Miscellaneous utilities for QuickFIX/J.org.marketcetera.util.ws.tags Tags used to identify aspects of web services, and filters for those tags.org.marketcetera.util.ws.wrappers Wrappers enabling certain web service data types to be marshalled. -
-
Uses of I18NBoundMessage in org.marketcetera.util.except
Fields in org.marketcetera.util.except declared as I18NBoundMessage Modifier and Type Field Description private I18NBoundMessageI18NError. mMessageprivate I18NBoundMessageI18NException. mMessageprivate I18NBoundMessageI18NRuntimeException. mMessageMethods in org.marketcetera.util.except that return I18NBoundMessage Modifier and Type Method Description I18NBoundMessageI18NError. getI18NBoundMessage()I18NBoundMessageI18NException. getI18NBoundMessage()I18NBoundMessageI18NRuntimeException. getI18NBoundMessage()I18NBoundMessageI18NThrowable. getI18NBoundMessage()Returns the receiver's message.Methods in org.marketcetera.util.except with parameters of type I18NBoundMessage Modifier and Type Method Description static voidI18NInterruptedException. checkInterruption(Throwable cause, I18NBoundMessage message)Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.static voidI18NInterruptedException. checkInterruption(I18NBoundMessage message)Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.static voidI18NInterruptedRuntimeException. checkInterruption(Throwable cause, I18NBoundMessage message)Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.static voidI18NInterruptedRuntimeException. checkInterruption(I18NBoundMessage message)Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.static booleanExceptUtils. swallow(Throwable throwable, Object category, I18NBoundMessage message)Swallows the given throwable.static I18NExceptionExceptUtils. wrap(Throwable throwable, I18NBoundMessage message)If the given throwable is an interruption exception perExceptUtils.isInterruptException(Throwable), then the throwable is wrapped inside aI18NInterruptedException, and this exception is returned; also, the calling thread is interrupted.static I18NRuntimeExceptionExceptUtils. wrapRuntime(Throwable throwable, I18NBoundMessage message)If the given throwable is an interruption exception perExceptUtils.isInterruptException(Throwable), then the throwable is wrapped inside aI18NInterruptedRuntimeException, and this exception is thrown; also, the calling thread is interrupted.Constructors in org.marketcetera.util.except with parameters of type I18NBoundMessage Constructor Description I18NError(Throwable cause, I18NBoundMessage message)Constructs a new throwable with the given message and underlying cause.I18NError(I18NBoundMessage message)Constructs a new throwable with the given message, but without an underlying cause.I18NException(Throwable cause, I18NBoundMessage message)Constructs a new throwable with the given message and underlying cause.I18NException(I18NBoundMessage message)Constructs a new throwable with the given message, but without an underlying cause.I18NInterruptedException(Throwable cause, I18NBoundMessage message)Constructs a new throwable with the given message and underlying cause.I18NInterruptedException(I18NBoundMessage message)Constructs a new throwable with the given message, but without an underlying cause.I18NInterruptedRuntimeException(Throwable cause, I18NBoundMessage message)Constructs a new throwable with the given message and underlying cause.I18NInterruptedRuntimeException(I18NBoundMessage message)Constructs a new throwable with the given message, but without an underlying cause.I18NRuntimeException(Throwable cause, I18NBoundMessage message)Constructs a new throwable with the given message and underlying cause.I18NRuntimeException(I18NBoundMessage message)Constructs a new throwable with the given message, but without an underlying cause. -
Uses of I18NBoundMessage in org.marketcetera.util.log
Classes in org.marketcetera.util.log that implement I18NBoundMessage Modifier and Type Class Description classI18NBoundMessage0PA bound message, representing aI18NMessage0P.classI18NBoundMessage1PA bound message, representing the combination of anI18NMessage1Pand its one parameter.classI18NBoundMessage2PA bound message, representing the combination of anI18NMessage2Pand its two parameters.classI18NBoundMessage3PA bound message, representing the combination of anI18NMessage3Pand its three parameters.classI18NBoundMessage4PA bound message, representing the combination of anI18NMessage4Pand its four parameters.classI18NBoundMessage5PA bound message, representing the combination of anI18NMessage5Pand its five parameters.classI18NBoundMessage6PA bound message, representing the combination of anI18NMessage6Pand its six parameters.classI18NBoundMessageBase<T extends I18NMessage>A bound message implementation, representing the combination of anI18NMessageand its parameters, if any.classI18NBoundMessageNPA bound message, representing the combination of anI18NMessageNPand its arbitrary number of parameters.classI18NMessage0PAn internationalized message, requiring exactly zero parameters.Methods in org.marketcetera.util.log with parameters of type I18NBoundMessage Modifier and Type Method Description static StringLogUtils. getSimpleMessage(I18NBoundMessage message)Returns a simplified textual representation of the parameterized message. -
Uses of I18NBoundMessage in org.marketcetera.util.quickfix
Methods in org.marketcetera.util.quickfix with parameters of type I18NBoundMessage Modifier and Type Method Description private voidAnalyzedMessage. printSection(PrintStream stream, I18NBoundMessage title, List<AnalyzedField> list)Prints the given section title and fields of the receiver onto the given stream. -
Uses of I18NBoundMessage in org.marketcetera.util.ws.tags
Fields in org.marketcetera.util.ws.tags declared as I18NBoundMessage Modifier and Type Field Description private I18NBoundMessageNonNullTagFilter. mMessageMethods in org.marketcetera.util.ws.tags that return I18NBoundMessage Modifier and Type Method Description I18NBoundMessageNonNullTagFilter. getMessage()Returns the message for the exception thrown when the receiver filter rejects a tag.Constructors in org.marketcetera.util.ws.tags with parameters of type I18NBoundMessage Constructor Description NonNullTagFilter(I18NBoundMessage message)Creates a new filter with the given mismatch message.SessionExpiredException(Throwable inCause, I18NBoundMessage inMessage)Create a new SessionExpiredException instance.SessionExpiredException(I18NBoundMessage inMessage)Create a new SessionExpiredException instance.SessionRequiredException(Throwable inCause, I18NBoundMessage inMessage)Create a new SessionRequiredException instance.SessionRequiredException(I18NBoundMessage inMessage)Create a new SessionRequiredException instance. -
Uses of I18NBoundMessage in org.marketcetera.util.ws.wrappers
Fields in org.marketcetera.util.ws.wrappers declared as I18NBoundMessage Modifier and Type Field Description private I18NBoundMessageRemoteI18NBoundMessage. mMessageFields in org.marketcetera.util.ws.wrappers with type parameters of type I18NBoundMessage Modifier and Type Field Description private SerWrapper<I18NBoundMessage>RemoteI18NBoundMessage. mWrapperMethods in org.marketcetera.util.ws.wrappers that return I18NBoundMessage Modifier and Type Method Description private I18NBoundMessageRemoteI18NBoundMessage. getTransientMessage()Returns the receiver's message.Methods in org.marketcetera.util.ws.wrappers that return types with arguments of type I18NBoundMessage Modifier and Type Method Description SerWrapper<I18NBoundMessage>RemoteI18NBoundMessage. getWrapper()Returns the receiver's message (wrapper).Methods in org.marketcetera.util.ws.wrappers with parameters of type I18NBoundMessage Modifier and Type Method Description private voidRemoteI18NBoundMessage. setTransientMessage(I18NBoundMessage message)Sets the receiver's message to the given one.Method parameters in org.marketcetera.util.ws.wrappers with type arguments of type I18NBoundMessage Modifier and Type Method Description voidRemoteI18NBoundMessage. setWrapper(SerWrapper<I18NBoundMessage> wrapper)Sets the receiver's message (wrapper) to the given one.Constructors in org.marketcetera.util.ws.wrappers with parameters of type I18NBoundMessage Constructor Description RemoteI18NBoundMessage(I18NBoundMessage message)Creates a new message wrapper that wraps the given message.
-