Uses of Enum Class
org.libxmq.ParseErrorCode
-
Uses of ParseErrorCode in org.libxmq
Subclasses with type arguments of type ParseErrorCode in org.libxmqModifier and TypeClassDescriptionenumThese are the potential parse errors that can be returned from libxmq.Methods in org.libxmq that return ParseErrorCodeModifier and TypeMethodDescriptionParseException.errorCode()Get the error code.static ParseErrorCodeReturns the enum constant of this class with the specified name.static ParseErrorCode[]ParseErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.libxmq with parameters of type ParseErrorCodeModifierConstructorDescriptionParseException(ParseErrorCode ec, String text, int line, int column, String source) Construct a parse exception.