Interface FatalErrorHandler

All Known Implementing Classes:
VirtualMachineErrorHandler

public interface FatalErrorHandler
FatalErrorHandler can be used to handle all Throwables safely and consistently. Implementations interpret a throwable and take some action when the throwable is considered fatal.
See Also: