public class ErrorCodes
extends java.lang.Object
Title: Semantic Lexicon Processing Framework
Description: Defines a list of error codes.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static int |
SLE_DSL_PROVIDER_ALREADY_REGISTERED |
static int |
SLE_DSL_PROVIDER_NOT_REGISTERED |
static int |
SLE_FABRIC_EXCHANGE_ERROR |
static int |
SLE_GENERAL_ERROR |
static int |
SLE_INVALID_PARAMETER_FORMAT |
static int |
SLE_INVALID_PARAMETER_VALUE |
static int |
SLE_NULL_OR_EMPTY_PARAMETER |
static int |
SLE_NULL_PARAMETER |
static int |
SLE_OPERATION_FAILED |
static int |
SLE_OPERATION_NOT_SUPPORTED |
static int |
SLE_SL_INTERRUPTION_ERROR |
static int |
SLE_SL_MESSAGE_LISTENER_ERROR |
static int |
SLE_SL_SESSION_CLOSED |
Constructor and Description |
---|
ErrorCodes() |
public static final int SLE_GENERAL_ERROR
public static final int SLE_OPERATION_NOT_SUPPORTED
public static final int SLE_OPERATION_FAILED
public static final int SLE_NULL_PARAMETER
public static final int SLE_NULL_OR_EMPTY_PARAMETER
public static final int SLE_INVALID_PARAMETER_FORMAT
public static final int SLE_INVALID_PARAMETER_VALUE
public static final int SLE_DSL_PROVIDER_ALREADY_REGISTERED
public static final int SLE_DSL_PROVIDER_NOT_REGISTERED
public static final int SLE_SL_SESSION_CLOSED
public static final int SLE_FABRIC_EXCHANGE_ERROR
public static final int SLE_SL_MESSAGE_LISTENER_ERROR
public static final int SLE_SL_INTERRUPTION_ERROR
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.