ExceptionManager
Contents
[
Hide
]Inheritance: java.lang.Object
public class ExceptionManager
Provides the ability to ignore exceptions.
Constructors
Constructor | Description |
---|---|
ExceptionManager() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | boolean |
setIgnoreExceptionsHandler(IgnoreExceptionsCallback value)
public static void setIgnoreExceptionsHandler(IgnoreExceptionsCallback value)
Provides possibility to handle Exceptions.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IgnoreExceptionsCallback |
setIgnoreExceptionsLogHandler(IgnoreExceptionsLogCallback value)
public static void setIgnoreExceptionsLogHandler(IgnoreExceptionsLogCallback value)
Provides possibility to handle Ignored Exceptions Log.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IgnoreExceptionsLogCallback |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |