Exception: LoadException
- Inherits:
-
Exception
- Object
- Exception
- LoadException
- Defined in:
- lib/jrubyfx-fxmlloader.rb
Instance Method Summary collapse
-
#initialize(stuff) ⇒ LoadException
constructor
A new instance of LoadException.
Constructor Details
#initialize(stuff) ⇒ LoadException
Returns a new instance of LoadException.
94 95 96 |
# File 'lib/jrubyfx-fxmlloader.rb', line 94 def initialize(stuff) super end |