jPOS 1.6.1 API Documentation

org.jpos.iso.validator
Class ISOVException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jpos.iso.ISOException
              extended by org.jpos.iso.validator.ISOVException
All Implemented Interfaces:
java.io.Serializable, Loggeable

public class ISOVException
extends ISOException

This type of exception is raised while validating jPOS ISOComponents. Contains an error component instance referencing to the error.

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
See Also:
Serialized Form

Constructor Summary
ISOVException(java.lang.String Description)
           
ISOVException(java.lang.String Description, ISOComponent errComponent)
           
 
Method Summary
 ISOComponent getErrComponent()
           
 void setErrComponent(ISOComponent c)
           
 void setTreated(boolean Treated)
           
 boolean treated()
           
 
Methods inherited from class org.jpos.iso.ISOException
dump, getNested, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ISOVException

public ISOVException(java.lang.String Description)

ISOVException

public ISOVException(java.lang.String Description,
                     ISOComponent errComponent)
Method Detail

getErrComponent

public ISOComponent getErrComponent()

treated

public boolean treated()

setErrComponent

public void setErrComponent(ISOComponent c)

setTreated

public void setTreated(boolean Treated)

jPOS.org