|
|||||||||
| Home >> All >> com >> techtrader >> modules >> tools >> [ bytecode overview ] | PREV NEXT | ||||||||
Uses of Class
com.techtrader.modules.tools.bytecode.ExceptionHandler
| Uses of ExceptionHandler in com.techtrader.modules.tools.bytecode |
| Methods in com.techtrader.modules.tools.bytecode that return ExceptionHandler | |
ExceptionHandler[] |
Code.getExceptionHandlers()
Get the exception handlers active in this code block, or an empty array if none. |
ExceptionHandler |
Code.getExceptionHandler(java.lang.Class catchType)
Get the exception handler that catches the given exception type; if multiple handlers catch the given type, which is returned is undefined. |
ExceptionHandler |
Code.getExceptionHandler(java.lang.String catchType)
Get the exception handler that catches the given exception type; if multiple handlers catch the given type, which is returned is undefined. |
ExceptionHandler[] |
Code.getExceptionHandlers(java.lang.Class catchType)
Get all exception handlers that catch the given exception type. |
ExceptionHandler[] |
Code.getExceptionHandlers(java.lang.String catchType)
Get all exception handlers that catch the given exception type. |
ExceptionHandler |
Code.addExceptionHandler()
Add an exception handler to this code block. |
ExceptionHandler |
Code.addExceptionHandler(Instruction tryStart,
Instruction tryEnd,
Instruction handlerStart,
java.lang.Class catchType)
Add an exception handler to this code block. |
ExceptionHandler |
Code.addExceptionHandler(Instruction tryStart,
Instruction tryEnd,
Instruction handlerStart,
java.lang.String catchType)
Add an exception handler to this code block. |
| Methods in com.techtrader.modules.tools.bytecode with parameters of type ExceptionHandler | |
protected void |
ExceptionHandler.copy(ExceptionHandler orig)
|
boolean |
Code.removeExceptionHandler(ExceptionHandler handler)
Remove an exception handler from this code block. |
|
|||||||||
| Home >> All >> com >> techtrader >> modules >> tools >> [ bytecode overview ] | PREV NEXT | ||||||||