public class ISOVException extends ISOException
Title: jPOS
Description: Java Framework for Financial Systems
Copyright: Copyright (c) 2000 jPOS.org. All rights reserved.
Company: www.jPOS.org
Modifier and Type | Field and Description |
---|---|
protected ISOComponent |
errComponent |
protected boolean |
treated
flag indicating if the exception was catched in any
try/catch clause.
|
Constructor and Description |
---|
ISOVException(java.lang.String Description) |
ISOVException(java.lang.String Description,
ISOComponent errComponent) |
Modifier and Type | Method and Description |
---|---|
ISOComponent |
getErrComponent() |
void |
setErrComponent(ISOComponent c) |
void |
setTreated(boolean Treated) |
boolean |
treated() |
dump, getNested, getTagName, printStackTrace, printStackTrace, printStackTrace, toString
protected boolean treated
protected ISOComponent errComponent
public ISOVException(java.lang.String Description)
public ISOVException(java.lang.String Description, ISOComponent errComponent)
public ISOComponent getErrComponent()
public boolean treated()
public void setErrComponent(ISOComponent c)
public void setTreated(boolean Treated)