Exception: MSPhysics::ScriptException

Inherits:
Exception
  • Object
show all
Defined in:
RubyExtension/MSPhysics/script_exception.rb

Overview

Since:

  • 1.0.0

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message, backtrace, entity, line) ⇒ ScriptException

Returns a new instance of ScriptException

Parameters:

  • message (String)
  • backtrace (Array<String>)
  • entity (Sketchup::Group, Sketchup::ComponentInstance)
  • line (Fixnum, nil)

Since:

  • 1.0.0

Instance Attribute Details

#entitySketchup::Group, Sketchup::ComponentInstance (readonly)

Returns:

  • (Sketchup::Group, Sketchup::ComponentInstance)

Since:

  • 1.0.0

#lineFixnum? (readonly)

Returns:

  • (Fixnum, nil)

Since:

  • 1.0.0