public class TryBlock.ExceptionHandler
extends java.lang.Object
catch(...) { ... }
block in Java
source code.Modifier and Type | Method and Description |
---|---|
Instruction |
getHandlerStart()
Get the instructions of this ExceptionHandler.
|
java.lang.String |
getName()
Get the name of this ExceptionHandler.
|
public Instruction getHandlerStart()
catch(...) {...}
statement in Java language. End of the list is set to
end of the methods instruction list.public java.lang.String getName()
Copyright © 2001. Documenation generated October 18 2013.