| Copyright | (c) Christian Gram Kalhauge 2017 |
|---|---|
| License | MIT |
| Maintainer | kalhuage@cs.ucla.edu |
| Safe Haskell | None |
| Language | Haskell2010 |
Language.JVM.Attribute.Exceptions
Description
Based on the Exceptions Attribute, as documented here. It describes the checked exceptions that a method can make.
Synopsis
- newtype Exceptions r = Exceptions {
- exceptions :: SizedList16 (Ref ClassName r)
Documentation
newtype Exceptions r Source #
An Exceptions attribute is a list of references into the constant pool.
Constructors
| Exceptions | |
Fields
| |