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:
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

Field Summary
protected  ISOComponent errComponent
           
protected  boolean treated
          flag indicating if the exception was catched in any try/catch clause.
 
Constructor Summary
ISOVException(String Description)
           
ISOVException(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, getTagName, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

ISOVException

public ISOVException(String Description)

ISOVException

public ISOVException(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)


Copyright © 1998-2012 jPOS.org. All Rights Reserved.