org.jpos.iso.validator
Class ISOVException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jpos.iso.ISOException
org.jpos.iso.validator.ISOVException
- All Implemented Interfaces:
- 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
treated
protected boolean treated
- flag indicating if the exception was catched in any
try/catch clause. It is used to determine if it is
necessary the replacement of the component by the
iso-error-component in the exception instance
errComponent
protected ISOComponent errComponent
ISOVException
public ISOVException(String Description)
ISOVException
public ISOVException(String Description,
ISOComponent errComponent)
getErrComponent
public ISOComponent getErrComponent()
treated
public boolean treated()
setErrComponent
public void setErrComponent(ISOComponent c)
setTreated
public void setTreated(boolean Treated)
Copyright © 1998-2012 jPOS.org. All Rights Reserved.