Kofax Mobile SDK API Reference
Public Member Functions | List of all members
ListOfException Class Reference
Inheritance diagram for ListOfException:

Public Member Functions

 ListOfException (String detailMessage, Throwable[] innerThrowables)
 
 ListOfException (String detailMessage, List<?extends Throwable > innerThrowables)
 
 ListOfException (List<?extends Throwable > innerThrowables)
 
List< Throwable > getInnerThrowables ()
 
void printStackTrace (PrintStream err)
 
void printStackTrace (PrintWriter err)
 

Detailed Description

Aggregates multiple Throwables that may be thrown in the process of a task's execution.

Constructor & Destructor Documentation

ListOfException ( String  detailMessage,
Throwable[]  innerThrowables 
)

Constructs a new instance with the current stack trace, the specified detail message and with references to the inner throwables that are the cause of this exception.

Parameters
detailMessageThe detail message for this exception.
innerThrowablesThe exceptions that are the cause of the current exception.
ListOfException ( String  detailMessage,
List<?extends Throwable >  innerThrowables 
)

Constructs a new instance with the current stack trace, the specified detail message and with references to the inner throwables that are the cause of this exception.

Parameters
detailMessageThe detail message for this exception.
innerThrowablesThe exceptions that are the cause of the current exception.
ListOfException ( List<?extends Throwable >  innerThrowables)

Constructs a new intance with the current stack trace and with references to the inner throwables that are the cause of this exception.

Parameters
innerThrowablesThe exceptions that are the cause of the current exception.

Member Function Documentation

List<Throwable> getInnerThrowables ( )

Returns a read-only List of the Throwable instances that caused the current exception.

void printStackTrace ( PrintStream  err)
void printStackTrace ( PrintWriter  err)

The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.