public class ExceptionManager extends Object
Provides the ability to ignore exceptions.
Constructor and Description |
---|
ExceptionManager() |
Modifier and Type | Method and Description |
---|---|
static boolean |
getIgnoreAll()
Ignore all exceptions.
|
static IgnoreExceptionsCallback |
getIgnoreExceptionsHandler()
Provides possibility to handle Exceptions.
|
static IgnoreExceptionsLogCallback |
getIgnoreExceptionsLogHandler()
Provides possibility to handle Ignored Exceptions Log.
|
static List<String> |
getIgnoreList()
List of exceptions to be ignored.
|
static void |
setIgnoreAll(boolean value)
Ignore all exceptions.
|
static void |
setIgnoreExceptionsHandler(IgnoreExceptionsCallback value)
Provides possibility to handle Exceptions.
|
static void |
setIgnoreExceptionsLogHandler(IgnoreExceptionsLogCallback value)
Provides possibility to handle Ignored Exceptions Log.
|
public static IgnoreExceptionsCallback getIgnoreExceptionsHandler()
Provides possibility to handle Exceptions.
public static void setIgnoreExceptionsHandler(IgnoreExceptionsCallback value)
Provides possibility to handle Exceptions.
public static IgnoreExceptionsLogCallback getIgnoreExceptionsLogHandler()
Provides possibility to handle Ignored Exceptions Log.
public static void setIgnoreExceptionsLogHandler(IgnoreExceptionsLogCallback value)
Provides possibility to handle Ignored Exceptions Log.
public static boolean getIgnoreAll()
Ignore all exceptions.
public static void setIgnoreAll(boolean value)
Ignore all exceptions.