Class ExceptionTable
- java.lang.Object
-
- org.jetbrains.java.decompiler.code.ExceptionTable
-
public class ExceptionTable extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ExceptionTableEMPTY
-
Constructor Summary
Constructors Constructor Description ExceptionTable(java.util.List<ExceptionHandler> handlers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ExceptionHandler>getHandlers()
-
-
-
Field Detail
-
EMPTY
public static final ExceptionTable EMPTY
-
-
Constructor Detail
-
ExceptionTable
public ExceptionTable(java.util.List<ExceptionHandler> handlers)
-
-
Method Detail
-
getHandlers
public java.util.List<ExceptionHandler> getHandlers()
-
-