Difference between revisions of "Extensions.Quantities.InvalidConversionException"

From emotive
Jump to navigation Jump to search
Line 1: Line 1:
 
{{DISPLAYTITLE:Exception '''InvalidConversionException'''}}
 
{{DISPLAYTITLE:Exception '''InvalidConversionException'''}}
 
== Classification ==
 
== Classification ==
{{ClassificationException | InvalidConversionException | [[Exception Type]] | [[Complex Data Type]] }}
+
{{ClassificationException | InvalidConversionException | [[Exception Type]] | [[Core.DataTypes.Complex Data Type|Complex Data Type]] }}
  
 
== Description ==
 
== Description ==
 
An '''InvalidConversionException''' should be thrown if the physical dimensions of '''Quantity''' operands in arithmetic operations are incompatible, e.g. if a speed is added to a voltage.
 
An '''InvalidConversionException''' should be thrown if the physical dimensions of '''Quantity''' operands in arithmetic operations are incompatible, e.g. if a speed is added to a voltage.

Revision as of 03:16, 16 February 2016

Classification

Name InvalidConversionException
Class Exception Type
Base Data Type Complex Data Type
SpecifiedBy ISO 13209-3

Description

An InvalidConversionException should be thrown if the physical dimensions of Quantity operands in arithmetic operations are incompatible, e.g. if a speed is added to a voltage.