public class ISOVError
extends java.lang.Object
Title: jPOS
Description: Java Framework for Financial Systems
Copyright: Copyright (c) 2000 jPOS.org. All rights reserved.
Company: www.jPOS.org
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
static int |
ERR_INVALID_LENGTH
default error types
|
static int |
ERR_INVALID_VALUE |
protected java.lang.String |
id
Used by error parsers to set field tree path
|
protected java.lang.String |
rejectCode |
Constructor and Description |
---|
ISOVError(java.lang.String Description) |
ISOVError(java.lang.String Description,
java.lang.String RejectCode) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getId() |
java.lang.String |
getRejectCode() |
void |
setId(java.lang.String ID) |
protected java.lang.String id
protected java.lang.String description
protected java.lang.String rejectCode
public static final int ERR_INVALID_LENGTH
public static final int ERR_INVALID_VALUE