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
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
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ISOComponentprotected booleanflag indicating if the exception was catched in any try/catch clause. -
Constructor Summary
ConstructorsConstructorDescriptionISOVException(String Description) ISOVException(String Description, ISOComponent errComponent) -
Method Summary
Methods inherited from class ISOException
dump, getNested, getTagName, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Field Details
-
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
-
-
Constructor Details
-
ISOVException
-
ISOVException
-
-
Method Details
-
getErrComponent
-
treated
-
setErrComponent
-
setTreated
-