Exception: REXML::Validation::ValidationException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- REXML::Validation::ValidationException
- Defined in:
- lib/rexml/validation/validationexception.rb
Instance Method Summary (collapse)
-
- (ValidationException) initialize(msg)
constructor
A new instance of ValidationException.
Constructor Details
- (ValidationException) initialize(msg)
A new instance of ValidationException
4 5 6 |
# File 'lib/rexml/validation/validationexception.rb', line 4 def initialize msg super end |