jxUtil 0.6

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

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

public static class XFSErrors.ResolutionErr
extends XFSPackets.XFSError

This error is generated in response to an invalid RESOLUTION structure in a SetResolution request. The value that caused the error is included in the DATA-OR-UNUSED field and as extra data.


Field Summary
static int ERROR_CODE
           
 XFSDataTypes.RESOLUTION resolution
           
 
Fields inherited from class org.sourceforge.jxutil.net.xfs.XFSPackets.XFSError
error_code, major_opcode, minor_opcode, timestamp
 
Constructor Summary
XFSErrors.ResolutionErr(DataConverter conv, byte[] data)
           
XFSErrors.ResolutionErr(int timestamp, byte major_opcode, byte minor_opcode, XFSDataTypes.RESOLUTION resolution)
           
 
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

ERROR_CODE

public static final int ERROR_CODE
See Also:
Constant Field Values

resolution

public final XFSDataTypes.RESOLUTION resolution
Constructor Detail

XFSErrors.ResolutionErr

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

XFSErrors.ResolutionErr

public XFSErrors.ResolutionErr(int timestamp,
                               byte major_opcode,
                               byte minor_opcode,
                               XFSDataTypes.RESOLUTION resolution)

jxUtil 0.6

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