Class ExceptionHandler

java.lang.Object
br.com.intersys.systextil.global.ExceptionHandler
All Implemented Interfaces:
com.unify.nxj.mgr.NXJExceptionHandler

public class ExceptionHandler extends Object implements com.unify.nxj.mgr.NXJExceptionHandler
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.unify.nxj.mgr.NXJExceptionHandler

    com.unify.nxj.mgr.NXJExceptionHandler.NXJExceptionEvent
  • Constructor Summary

    Constructors
    Constructor
    Description
    ExceptionHandler(br.com.intersys.systextil.global.UtilTag utilTag)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleException(com.unify.nxj.mgr.NXJExceptionHandler.NXJExceptionEvent event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExceptionHandler

      public ExceptionHandler(br.com.intersys.systextil.global.UtilTag utilTag)
  • Method Details

    • handleException

      public void handleException(com.unify.nxj.mgr.NXJExceptionHandler.NXJExceptionEvent event)
      Specified by:
      handleException in interface com.unify.nxj.mgr.NXJExceptionHandler