Exception: WarningURIundefined
- Defined in:
- lib/ontomde-core/exceptions.rb
Overview
Exception raised when an URI is not found in current model.
Instance Attribute Summary collapse
-
#uri ⇒ Object
readonly
Returns the value of attribute uri.
Instance Method Summary collapse
-
#initialize(uri) ⇒ WarningURIundefined
constructor
A new instance of WarningURIundefined.
Constructor Details
#initialize(uri) ⇒ WarningURIundefined
Returns a new instance of WarningURIundefined.
12 13 14 |
# File 'lib/ontomde-core/exceptions.rb', line 12 def initialize(uri) @uri=uri end |
Instance Attribute Details
#uri ⇒ Object (readonly)
Returns the value of attribute uri.
11 12 13 |
# File 'lib/ontomde-core/exceptions.rb', line 11 def uri @uri end |