ExceptionManager

Inheritance: java.lang.Object

public class ExceptionManager

Provides the ability to ignore exceptions.

Constructors

ConstructorDescription
ExceptionManager()

Methods

MethodDescription
equals(Object arg0)
getClass()
getIgnoreAll()Ignore all exceptions.
getIgnoreExceptionsHandler()Provides possibility to handle Exceptions.
getIgnoreExceptionsLogHandler()Provides possibility to handle Ignored Exceptions Log.
getIgnoreList()List of exceptions to be ignored.
hashCode()
notify()
notifyAll()
setIgnoreAll(boolean value)Ignore all exceptions.
setIgnoreExceptionsHandler(IgnoreExceptionsCallback value)Provides possibility to handle Exceptions.
setIgnoreExceptionsLogHandler(IgnoreExceptionsLogCallback value)Provides possibility to handle Ignored Exceptions Log.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ExceptionManager()

public ExceptionManager()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getIgnoreAll()

public static boolean getIgnoreAll()

Ignore all exceptions.

Returns: boolean

getIgnoreExceptionsHandler()

public static IgnoreExceptionsCallback getIgnoreExceptionsHandler()

Provides possibility to handle Exceptions.

Returns: IgnoreExceptionsCallback

getIgnoreExceptionsLogHandler()

public static IgnoreExceptionsLogCallback getIgnoreExceptionsLogHandler()

Provides possibility to handle Ignored Exceptions Log.

Returns: IgnoreExceptionsLogCallback

getIgnoreList()

public static List<String> getIgnoreList()

List of exceptions to be ignored.

Returns: java.util.List<java.lang.String>

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setIgnoreAll(boolean value)

public static void setIgnoreAll(boolean value)

Ignore all exceptions.

Parameters:

ParameterTypeDescription
valueboolean

setIgnoreExceptionsHandler(IgnoreExceptionsCallback value)

public static void setIgnoreExceptionsHandler(IgnoreExceptionsCallback value)

Provides possibility to handle Exceptions.

Parameters:

ParameterTypeDescription
valueIgnoreExceptionsCallback

setIgnoreExceptionsLogHandler(IgnoreExceptionsLogCallback value)

public static void setIgnoreExceptionsLogHandler(IgnoreExceptionsLogCallback value)

Provides possibility to handle Ignored Exceptions Log.

Parameters:

ParameterTypeDescription
valueIgnoreExceptionsLogCallback

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int