com.fluendo.jkate
Class Result

java.lang.Object
  extended by com.fluendo.jkate.Result

public final class Result
extends java.lang.Object


Field Summary
static int KATE_E_BAD_GRANULE
           
static int KATE_E_BAD_PACKET
           
static int KATE_E_BAD_TAG
           
static int KATE_E_INIT
           
static int KATE_E_INVALID_PARAMETER
           
static int KATE_E_LIMIT
           
static int KATE_E_NOT_FOUND
           
static int KATE_E_NOT_KATE
           
static int KATE_E_OUT_OF_MEMORY
           
static int KATE_E_TEXT
           
static int KATE_E_VERSION
           
 
Constructor Summary
Result()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KATE_E_NOT_FOUND

public static final int KATE_E_NOT_FOUND
See Also:
Constant Field Values

KATE_E_INVALID_PARAMETER

public static final int KATE_E_INVALID_PARAMETER
See Also:
Constant Field Values

KATE_E_OUT_OF_MEMORY

public static final int KATE_E_OUT_OF_MEMORY
See Also:
Constant Field Values

KATE_E_BAD_GRANULE

public static final int KATE_E_BAD_GRANULE
See Also:
Constant Field Values

KATE_E_INIT

public static final int KATE_E_INIT
See Also:
Constant Field Values

KATE_E_BAD_PACKET

public static final int KATE_E_BAD_PACKET
See Also:
Constant Field Values

KATE_E_TEXT

public static final int KATE_E_TEXT
See Also:
Constant Field Values

KATE_E_LIMIT

public static final int KATE_E_LIMIT
See Also:
Constant Field Values

KATE_E_VERSION

public static final int KATE_E_VERSION
See Also:
Constant Field Values

KATE_E_NOT_KATE

public static final int KATE_E_NOT_KATE
See Also:
Constant Field Values

KATE_E_BAD_TAG

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

Result

public Result()