Exception: WarningRubyTypeUndefined
- Defined in:
- lib/ontomde-core/exceptions.rb
Overview
Exception raised when a ressources claims to be of a type not defined in currently loaded metamodels.
Instance Attribute Summary collapse
-
#res ⇒ Object
readonly
Returns the value of attribute res.
-
#uri ⇒ Object
readonly
Returns the value of attribute uri.
Instance Method Summary collapse
-
#initialize(uri, res) ⇒ WarningRubyTypeUndefined
constructor
A new instance of WarningRubyTypeUndefined.
Constructor Details
#initialize(uri, res) ⇒ WarningRubyTypeUndefined
Returns a new instance of WarningRubyTypeUndefined.
20 21 22 23 |
# File 'lib/ontomde-core/exceptions.rb', line 20 def initialize(uri,res) @res=res @uri=uri end |