Package org.agilewiki.jactor

Examples of org.agilewiki.jactor.MailboxFactory.logException()


            public void process(Exception exception) throws Exception {
                System.err.println();
                System.err.println("Log file: " + block.getFileName());
                System.err.println("block position: " + block.getCurrentPosition());
                MailboxFactory mailboxFactory = getMailboxFactory();
                mailboxFactory.logException(
                        true,
                        "Log file: " + block.getFileName() + " block position: " + block.getCurrentPosition(),
                        exception);
                mailboxFactory.close();
                System.exit(1);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.