jxUtil 0.6

org.sourceforge.jxutil.net.xfs
Class XFSErrors.RequestErr

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSData
        |
        +--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSError
              |
              +--org.sourceforge.jxutil.net.xfs.XFSErrors.RequestErr
Enclosing class:
XFSErrors

public static class XFSErrors.RequestErr
extends XFSPackets.XFSError

This error is generated by any request that has an unknown combination of major and minor request numbers, or by any extension request that is issued before a QueryExtension of that extension.


Field Summary
static int ERROR_CODE
           
 
Fields inherited from class org.sourceforge.jxutil.net.xfs.XFSPackets.XFSError
error_code, major_opcode, minor_opcode, timestamp
 
Constructor Summary
XFSErrors.RequestErr(DataConverter conv, byte[] data)
           
XFSErrors.RequestErr(int timestamp, byte major_opcode, byte minor_opcode)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERROR_CODE

public static final int ERROR_CODE
See Also:
Constant Field Values
Constructor Detail

XFSErrors.RequestErr

public XFSErrors.RequestErr(DataConverter conv,
                            byte[] data)

XFSErrors.RequestErr

public XFSErrors.RequestErr(int timestamp,
                            byte major_opcode,
                            byte minor_opcode)
Method Detail

toString

public final String toString()
Overrides:
toString in class XFSPackets.XFSError

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.