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:
- 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
| 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 |
ISOVException
public ISOVException(java.lang.String Description)
ISOVException
public ISOVException(java.lang.String Description,
ISOComponent errComponent)
getErrComponent
public ISOComponent getErrComponent()
treated
public boolean treated()
setErrComponent
public void setErrComponent(ISOComponent c)
setTreated
public void setTreated(boolean Treated)