Class ExceptionHandler

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.ServiceModel
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.ServiceModel.Dispatcher.ExceptionHandler
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • ExceptionHandler

        public ExceptionHandler​(java.lang.Object instance)
                         throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • ExceptionHandler

        public ExceptionHandler()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • setJCOInstance

        public void setJCOInstance​(org.mases.jcobridge.JCObject instance)
        Overrides:
        setJCOInstance in class NetObject
      • HandleException

        public boolean HandleException​(NetException exception)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAlwaysHandle

        public static ExceptionHandler getAlwaysHandle()
                                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAsynchronousThreadExceptionHandler

        public static ExceptionHandler getAsynchronousThreadExceptionHandler()
                                                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setAsynchronousThreadExceptionHandler

        public static void setAsynchronousThreadExceptionHandler​(ExceptionHandler AsynchronousThreadExceptionHandler)
                                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTransportExceptionHandler

        public static ExceptionHandler getTransportExceptionHandler()
                                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTransportExceptionHandler

        public static void setTransportExceptionHandler​(ExceptionHandler TransportExceptionHandler)
                                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable