Package org.jrebirth.af.core.exception.handler

Examples of org.jrebirth.af.core.exception.handler.JitUncaughtExceptionHandler


     * Build and return the Uncaught Exception Handler for JRebirth Internal Thread.
     *
     * @return the uncaught exception handler for JRebirth Internal Thread
     */
    protected UncaughtExceptionHandler getJitUncaughtExceptionHandler() {
        return new JitUncaughtExceptionHandler();
    }
View Full Code Here

TOP

Related Classes of org.jrebirth.af.core.exception.handler.JitUncaughtExceptionHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.