jPOS 1.6.1 API Documentation

org.jpos.util
Class AssertFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jpos.iso.ISOException
              extended by org.jpos.util.AssertFailedException
All Implemented Interfaces:
java.io.Serializable, Loggeable

public class AssertFailedException
extends ISOException

AssertFailedException

Version:
$Revision: 2594 $ $Date: 2008-01-22 08:41:31 -0800 (Tue, 22 Jan 2008) $
Author:
Alejandro P. Revilla
See Also:
Serialized Form

Constructor Summary
AssertFailedException()
           
AssertFailedException(java.lang.Exception nested)
           
AssertFailedException(java.lang.String s)
           
AssertFailedException(java.lang.String s, java.lang.Exception nested)
           
 
Method Summary
 
Methods inherited from class org.jpos.iso.ISOException
dump, getNested, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssertFailedException

public AssertFailedException()

AssertFailedException

public AssertFailedException(java.lang.String s)

AssertFailedException

public AssertFailedException(java.lang.Exception nested)

AssertFailedException

public AssertFailedException(java.lang.String s,
                             java.lang.Exception nested)

jPOS.org