org.sourceforge.jxutil.net.xfs
Class XFSErrors.IDChoiceErr
java.lang.Object
|
+--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSData
|
+--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSError
|
+--org.sourceforge.jxutil.net.xfs.XFSErrors.IDChoiceErr
- Enclosing class:
- XFSErrors
- public static class XFSErrors.IDChoiceErr
- extends XFSPackets.XFSError
This error is generated by an invalid or already associated
ACCESSCONTEXT identifier in a CreateAC request or FONTID identifier
in an OpenBitmapFont request.
The value that caused the error is included as extra data.
bad_id
public final int bad_id
- bad identifier.
ERROR_CODE
public static final int ERROR_CODE
- See Also:
- Constant Field Values
XFSErrors.IDChoiceErr
public XFSErrors.IDChoiceErr(DataConverter conv,
byte[] data)
XFSErrors.IDChoiceErr
public XFSErrors.IDChoiceErr(int timestamp,
byte major_opcode,
byte minor_opcode,
int bad_id)
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.