Class ExceptionHandler
- java.lang.Object
-
- ru.ispras.microtesk.test.template.ExceptionHandler
-
public final class ExceptionHandler extends java.lang.Object
TheExceptionHandler
class holds template descriptions of handers of certain exception types to be executed on certain processing element instance.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExceptionHandler.EntryPoint
-
Constructor Summary
Constructors Modifier Constructor Description protected
ExceptionHandler(java.lang.String id, Section section, java.util.Set<java.lang.Integer> instances, java.util.List<ExceptionHandler.EntryPoint> entryPoints)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ExceptionHandler.EntryPoint>
getEntryPoints()
java.lang.String
getId()
java.util.Set<java.lang.Integer>
getInstances()
Section
getSection()
-
-
-
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()
-
getEntryPoints
public java.util.List<ExceptionHandler.EntryPoint> getEntryPoints()
-
-