| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
JVM.Exceptions
Documentation
data NoItemInPool Source #
Constructors
| Show a => NoItemInPool a |
Instances
| Show NoItemInPool Source # | |
Defined in JVM.Exceptions Methods showsPrec :: Int -> NoItemInPool -> ShowS # show :: NoItemInPool -> String # showList :: [NoItemInPool] -> ShowS # | |
| Exception NoItemInPool Source # | |
Defined in JVM.Exceptions Methods toException :: NoItemInPool -> SomeException # fromException :: SomeException -> Maybe NoItemInPool # displayException :: NoItemInPool -> String # | |
data UnexpectedEndMethod Source #
Constructors
| UnexpectedEndMethod |
Instances
| Show UnexpectedEndMethod Source # | |
Defined in JVM.Exceptions Methods showsPrec :: Int -> UnexpectedEndMethod -> ShowS # show :: UnexpectedEndMethod -> String # showList :: [UnexpectedEndMethod] -> ShowS # | |
| Exception UnexpectedEndMethod Source # | |
Defined in JVM.Exceptions Methods toException :: UnexpectedEndMethod -> SomeException # fromException :: SomeException -> Maybe UnexpectedEndMethod # | |
data ENotLoaded Source #
Constructors
| ClassFileNotLoaded FilePath | |
| JARNotLoaded FilePath String |
Instances
| Show ENotLoaded Source # | |
Defined in JVM.Exceptions Methods showsPrec :: Int -> ENotLoaded -> ShowS # show :: ENotLoaded -> String # showList :: [ENotLoaded] -> ShowS # | |
| Exception ENotLoaded Source # | |
Defined in JVM.Exceptions Methods toException :: ENotLoaded -> SomeException # fromException :: SomeException -> Maybe ENotLoaded # displayException :: ENotLoaded -> String # | |
Instances
| Show ENotFound Source # | |
| Exception ENotFound Source # | |
Defined in JVM.Exceptions Methods toException :: ENotFound -> SomeException # fromException :: SomeException -> Maybe ENotFound # displayException :: ENotFound -> String # | |