jvm-binary-0.0.2: A library for reading Java class-files

Copyright(c) Christian Gram Kalhauge 2017
LicenseMIT
Maintainerkalhuage@cs.ucla.edu
Safe HaskellSafe
LanguageHaskell2010

Language.JVM.Attribute.Exceptions

Description

Based on the Exceptions Attribute, as documented here. It describes the checked exceptions that a method can make.

Synopsis

Documentation

data Exceptions Source #

An Exceptions attribute is a list of references into the constant pool.

exceptionIndexTable :: Exceptions -> [ConstantRef] Source #

Get the constant refs that points .