Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Waher.Script.Exceptions Namespace Reference

Classes

class  ArgumentDimensionsInconsistentScriptException
 Exception thrown if argument dimensions are not consistent. More...
 
class  ArgumentNonNegativeIntegerScriptException
 Exception thrown if an operand is out of bounds. More...
 
class  ArgumentOutOfRangeScriptException
 Exception thrown if an operand is out of bounds. More...
 
class  BinaryDataExpectedScriptException
 Exception thrown if binary data is expected. More...
 
class  ConditionNotBooleanScriptException
 Exception thrown if condition does not evaluate to a Boolean value. More...
 
class  EmptySetOfValuesScriptException
 Exception thrown if an empty set of values is encountered. More...
 
class  OperandComparisonScriptException
 Exception thrown if operands cannot be compared. More...
 
class  OperandNonIntegerScriptException
 Exception thrown if an operand is not an integer. More...
 
class  OperandOutOfBoundsScriptException
 Exception thrown if an operand is out of bounds. More...
 
class  ScalarOperandsNotBooleanScriptException
 Exception thrown if scalar operands are not Boolean. More...
 
class  ScriptAbortedException
 Exception thrown when a script has been aborted. More...
 
class  ScriptBreakLoopException
 Exception used to break a loop. More...
 
class  ScriptContinueLoopException
 Exception used to continue a loop. More...
 
class  ScriptException
 Base class for script exceptions. More...
 
class  ScriptReturnValueException
 Script runtime exception. More...
 
class  ScriptRuntimeErrorException
 Script runtime error exception. More...
 
class  ScriptRuntimeException
 Script runtime exception. More...
 
class  SyntaxException
 Syntax error exception. More...
 
class  VariableNotFoundScriptException
 Exception thrown if a variable is not found. More...