org.sourceforge.jxutil.net.xfs
Class XFSErrors.FormatErr
java.lang.Object
|
+--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSData
|
+--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSError
|
+--org.sourceforge.jxutil.net.xfs.XFSErrors.FormatErr
- Enclosing class:
- XFSErrors
- public static class XFSErrors.FormatErr
- extends XFSPackets.XFSError
This error is generated by the use of an invalid BITMAPFORMAT in the
OpenBitmapFont, QueryXBitmaps8, and QueryXBitmaps16 requests.
The value that caused the error is included as extra data.
bad_format
public final int bad_format
- bad format value
ERROR_CODE
public static final int ERROR_CODE
- See Also:
- Constant Field Values
XFSErrors.FormatErr
public XFSErrors.FormatErr(DataConverter conv,
byte[] data)
XFSErrors.FormatErr
public XFSErrors.FormatErr(int timestamp,
byte major_opcode,
byte minor_opcode,
int bad_format)
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.