jPOS 1.6.1 API Documentation

org.jpos.iso
Class ISOVError

java.lang.Object
  extended by org.jpos.iso.ISOVError

public class ISOVError
extends java.lang.Object

Base validation-error class. Contains a reference to error details. Error description, Error reject code: optional code used in some financial systems to specifya field reject code. It refer to error. Error Id: A string of " " separated ids. The ids are the fields, subfields, ... ids for the component with error. For example: id="48 0 1" indicates the error was in field 48, subfield 0, subfield 1.

Title: jPOS

Description: Java Framework for Financial Systems

Copyright: Copyright (c) 2000 jPOS.org. All rights reserved.

Company: www.jPOS.org

Version:
1.0
Author:
Jose Eduardo Leon

Field Summary
static int ERR_INVALID_LENGTH
          default error types
static int ERR_INVALID_VALUE
           
 
Constructor Summary
ISOVError(java.lang.String Description)
           
ISOVError(java.lang.String Description, java.lang.String RejectCode)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getId()
           
 java.lang.String getRejectCode()
           
 void setId(java.lang.String ID)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERR_INVALID_LENGTH

public static final int ERR_INVALID_LENGTH
default error types

See Also:
Constant Field Values

ERR_INVALID_VALUE

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

ISOVError

public ISOVError(java.lang.String Description)

ISOVError

public ISOVError(java.lang.String Description,
                 java.lang.String RejectCode)
Method Detail

getRejectCode

public java.lang.String getRejectCode()

getId

public java.lang.String getId()

setId

public void setId(java.lang.String ID)

getDescription

public java.lang.String getDescription()

jPOS.org