Class ExceptionHandler


  • public final class ExceptionHandler
    extends java.lang.Object
    The ExceptionHandler class holds template descriptions of handers of certain exception types to be executed on certain processing element instance.
    • Constructor Detail

      • ExceptionHandler

        protected ExceptionHandler​(java.lang.String id,
                                   Section section,
                                   java.util.Set<java.lang.Integer> instances,
                                   java.util.List<ExceptionHandler.EntryPoint> entryPoints)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getSection

        public Section getSection()
      • getInstances

        public java.util.Set<java.lang.Integer> getInstances()