jxUtil 0.6

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

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

public static class XFSErrors.RangeErr
extends XFSPackets.XFSError

This error is generated by an invalid RANGE in the QueryXExtents8, QueryXExtents16, QueryXBitmaps8, QueryXBitmaps16 requests. The value that caused the error is included as extra data.


Field Summary
 int bad_range
          bad range.
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.RangeErr(DataConverter conv, byte[] data)
           
XFSErrors.RangeErr(int timestamp, byte major_opcode, byte minor_opcode, int bad_range)
           
 
Methods inherited from class org.sourceforge.jxutil.net.xfs.XFSPackets.XFSError
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bad_range

public final int bad_range
bad range.


ERROR_CODE

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

XFSErrors.RangeErr

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

XFSErrors.RangeErr

public XFSErrors.RangeErr(int timestamp,
                          byte major_opcode,
                          byte minor_opcode,
                          int bad_range)

jxUtil 0.6

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