| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Drasil.Shared.CodeAnalysis
Documentation
data ExceptionType Source #
Constructors
| Standard | |
| FileNotFound | |
| IO |
Instances
| Eq ExceptionType Source # | |
Defined in Drasil.Shared.CodeAnalysis Methods (==) :: ExceptionType -> ExceptionType -> Bool # (/=) :: ExceptionType -> ExceptionType -> Bool # | |
class HasException r where Source #
Methods
toConcreteExc :: ExceptionType -> r Exception Source #
Instances
| HasException JavaCode Source # | |
Defined in Drasil.GOOL.LanguageRenderer.JavaRenderer Methods toConcreteExc :: ExceptionType -> JavaCode Exception Source # | |