| 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.
- 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
| |
Instances
| Staged Exceptions Source # | |
| Eq (Exceptions High) Source # | |
| Eq (Exceptions Low) Source # | |
| Ord (Exceptions Low) Source # | |
| Show (Exceptions High) Source # | |
| Show (Exceptions Low) Source # | |
| Generic (Exceptions High) Source # | |
| Generic (Exceptions Low) Source # | |
| Binary (Exceptions Low) Source # | |
| NFData (Exceptions High) Source # | |
| NFData (Exceptions Low) Source # | |
| IsAttribute (Exceptions Low) Source # |
|
| type Rep (Exceptions High) Source # | |
| type Rep (Exceptions Low) Source # | |