jxUtil 0.6

org.sourceforge.jxutil.net.xfs
Class XFSPackets.XFSError

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSData
        |
        +--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSError
Direct Known Subclasses:
XFSErrors.AccessContextErr, XFSErrors.AllocErr, XFSErrors.EventMaskErr, XFSErrors.FontErr, XFSErrors.FormatErr, XFSErrors.IDChoiceErr, XFSErrors.ImplementationErr, XFSErrors.LengthErr, XFSErrors.NameErr, XFSErrors.RangeErr, XFSErrors.RequestErr, XFSErrors.ResolutionErr, XFSErrors.UnknownErr
Enclosing class:
XFSPackets

public abstract static class XFSPackets.XFSError
extends XFSPackets.XFSData


Field Summary
 int error_code
           
 byte major_opcode
           
 byte minor_opcode
           
 int timestamp
           
 
Constructor Summary
XFSPackets.XFSError(int error_code, DataConverter conv, byte[] data)
           
XFSPackets.XFSError(int error_code, 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 final int error_code

major_opcode

public final byte major_opcode

minor_opcode

public final byte minor_opcode

timestamp

public final int timestamp
Constructor Detail

XFSPackets.XFSError

public XFSPackets.XFSError(int error_code,
                           DataConverter conv,
                           byte[] data)

XFSPackets.XFSError

public XFSPackets.XFSError(int error_code,
                           int timestamp,
                           byte major_opcode,
                           byte minor_opcode)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

jxUtil 0.6

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