158159160161162163164165166
//The exception handler is used to parse and log exceptions protected static ExceptionHandler getExceptionHandler() { if (_handler == null) { _handler = new ExceptionHandler(getLogger()); } return _handler; }
100101102103104105106107108
979899100101102103104105
858687888990919293
102103104105106107108109110
93949596979899100101
104105106107108109110111112