class RegexpError

[edit]

要約

正規表現のコンパイルに失敗したときに発生します。

例:

$ ruby -e 'Regexp.compile("*")'
-e:1:in `initialize': target of repeat operator is not specified: /*/ (RegexpError)
        from -e:1:in `Regexp#compile'
        from -e:1

目次

継承しているメソッド

Exceptionから継承しているメソッド