Safe Haskell | None |
---|---|
Language | Haskell2010 |
- toString :: (MonadDOM m, FromJSString result) => XPathException -> m result
- toString_ :: MonadDOM m => XPathException -> m ()
- pattern INVALID_EXPRESSION_ERR :: forall a. (Num a, Eq a) => a
- pattern TYPE_ERR :: forall a. (Num a, Eq a) => a
- getCode :: MonadDOM m => XPathException -> m Word
- getName :: (MonadDOM m, FromJSString result) => XPathException -> m result
- getMessage :: (MonadDOM m, FromJSString result) => XPathException -> m result
- newtype XPathException = XPathException {}
- gTypeXPathException :: JSM GType
Documentation
toString :: (MonadDOM m, FromJSString result) => XPathException -> m result Source #
toString_ :: MonadDOM m => XPathException -> m () Source #
pattern INVALID_EXPRESSION_ERR :: forall a. (Num a, Eq a) => a Source #
getName :: (MonadDOM m, FromJSString result) => XPathException -> m result Source #
getMessage :: (MonadDOM m, FromJSString result) => XPathException -> m result Source #
newtype XPathException Source #
Functions for this inteface are in JSDOM.XPathException.