Serialized Form
-
Package org.libxmq
-
Exception Class org.libxmq.DecodingException
class DecodingException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.libxmq.NotFoundException
class NotFoundException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.libxmq.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
column_
int column_
The column is the offset into the text line. -
error_code_
ParseErrorCode error_code_
-
line_
int line_
The line nr starts with 0. -
source_
String source_
Source is any informative text, can be a file name or "mybuffer" or "stdin" etc. -
text_
String text_
The text_ is the line that caused the parse error.
-
-
Exception Class org.libxmq.TooManyException
class TooManyException extends Exception implements Serializable- serialVersionUID:
- 1L
-