Exception: WarningURIundefined

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/ontomde-core/exceptions.rb

Overview

Exception raised when an URI is not found in current model.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#uriObject (readonly)

Returns the value of attribute uri.



11
12
13
# File 'lib/ontomde-core/exceptions.rb', line 11

def uri
  @uri
end