Class ISOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jpos.iso.ISOException
- All Implemented Interfaces:
Serializable, Loggeable
- Direct Known Subclasses:
ConfigurationException, DirPoll.DirPollException, ISOFilter.VetoException, ISOVException, SecureKeyStore.SecureKeyStoreException, SMException
Signals that an ISO exception of some sort has occurred.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anISOExceptionwith no detail message.Constructs anISOExceptionwith the specified detail message.ISOException(String s, Throwable nested) Constructs anISOExceptionwith a detail Message nested exceptionISOException(Throwable nested) Constructs anISOExceptionwith a nested exception -
Method Summary
Modifier and TypeMethodDescriptionvoiddump(PrintStream p, String indent) Dumps a human-readable representation of this exception to the print stream.Returns the nested (wrapped) exception, if any.protected StringReturns the XML tag name used when dumping this exception.voidvoidvoidtoString()Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTraceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Loggeable
dumpModifier and TypeMethodDescriptiondefault voiddump(PrintStream p, String indent, LogRenderer.Type type) Dumps a representation of this object using the specified renderer type.
-
Constructor Details
-
ISOException
public ISOException()Constructs anISOExceptionwith no detail message. -
ISOException
Constructs anISOExceptionwith the specified detail message.- Parameters:
s- the detail message.
-
ISOException
Constructs anISOExceptionwith a nested exception- Parameters:
nested- another exception
-
ISOException
Constructs anISOExceptionwith a detail Message nested exception- Parameters:
s- the detail message.nested- another exception
-
-
Method Details
-
getNested
-
getTagName
Returns the XML tag name used when dumping this exception.- Returns:
- the tag name string
-
dump
Dumps a human-readable representation of this exception to the print stream. -
toString
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-