jxUtil 0.6

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

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

public static class XFSErrors.NameErr
extends XFSPackets.XFSError

This error is generated by a font name pattern that matches no fonts in an OpenBitmapFont request or no catalogue names in a SetCatalogues request.


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.NameErr(DataConverter conv, byte[] data)
           
XFSErrors.NameErr(int timestamp, byte major_opcode, byte minor_opcode)
           
 
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
Constructor Detail

XFSErrors.NameErr

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

XFSErrors.NameErr

public XFSErrors.NameErr(int timestamp,
                         byte major_opcode,
                         byte minor_opcode)

jxUtil 0.6

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