Difference between revisions of "Core.Actions.Throw.Exception"

From emotive
Jump to navigation Jump to search
Line 5: Line 5:
 
== Exceptions ==
 
== Exceptions ==
 
{| {{TableHeader}}
 
{| {{TableHeader}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.AmbiguousSemanticException|AmbiguousSemanticException]] | More than one object with the same semantic attribute}}
+
{{TableRowKeyValueList| [[Core.DataTypes.ComplexDataType.AmbiguousCallException|AmbiguousCallException]]| Exception for an indirect procedure call}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.ArithmeticException|ArithmeticException]] | An arithmetic operation failed}}
+
{{TableRowKeyValueList| [[Extensions.DiagCom.AmbiguousSemanticException|AmbiguousSemanticException]] | More than one object with the same semantic attribute}}
 +
{{TableRowKeyValueList| [[Core.DataTypes.ComplexDataType.ArithmeticException|ArithmeticException]] | An arithmetic operation failed}}
 
{{TableRowKeyValueList| [[Extensions.BlackBox.BlackBoxException|BlackBoxException]] | Super class for all exceptions in BlackBox library}}
 
{{TableRowKeyValueList| [[Extensions.BlackBox.BlackBoxException|BlackBoxException]] | Super class for all exceptions in BlackBox library}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.CommunicationException|CommunicationException]] | Exception for communication problems with a device}}
+
{{TableRowKeyValueList| [[Extensions.Measure.CommunicationException|CommunicationException]] | Exception for communication problems with a device}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.ConfigurationException|ConfigurationException]] | Exception for problems with configurations}}
+
{{TableRowKeyValueList| [[Core.DataTypes.ComplexDataType.ConcurrentModificationException|ConcurrentModificationException]]|Exception for collection value of a for-each-loop}}
 +
{{TableRowKeyValueList| [[Extensions.Measure.ConfigurationException|ConfigurationException]] | Exception for problems with configurations}}
 
{{TableRowKeyValueList| [[Extensions.DataType.DataTypeException|DataTypeException]] | Super class for all exceptions in DataType library}}
 
{{TableRowKeyValueList| [[Extensions.DataType.DataTypeException|DataTypeException]] | Super class for all exceptions in DataType library}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.DeviceException|DeviceException]] | Out close to gauge problems}}
+
{{TableRowKeyValueList| [[Extensions.Measure.DeviceException|DeviceException]] | Out close to gauge problems}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.DiagComException|DiagComException]] | General failure within the DiagCom library}}
+
{{TableRowKeyValueList| [[Extensions.DiagCom.DiagComException|DiagComException]] | General failure within the DiagCom library}}
 
{{TableRowKeyValueList| [[Extensions.DiagDataBrowsingPlus.DiagDataBrowsingPlusException|DiagDataBrowsingPlusException]] | General failure within the DiagDataBrowsingPlus library}}
 
{{TableRowKeyValueList| [[Extensions.DiagDataBrowsingPlus.DiagDataBrowsingPlusException|DiagDataBrowsingPlusException]] | General failure within the DiagDataBrowsingPlus library}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.HmiException|HmiException]] | Super class for all exceptions in the HMI library}}
+
{{TableRowKeyValueList|[[Extensions.File.FileException|FileException]]| Super class for all exceptions in the File library}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.I18nException|i18nException]] | Super class of all exceptions in the i18n library}}
+
{{TableRowKeyValueList|[[Extensions.File.FileFormatException|FileFormatException]]|Exception when the file format is not expected }}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.InvalidConversionException|InvalidConversionException]] | Exception for non-equivalent units}}
+
{{TableRowKeyValueList|[[Extensions.File.FileLockException|FileLockException]]| Exception when a file is locked}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.InvalidMeasurementException|InvalidMeasurementException]] | Exception when receiving an invalid measurement of a meter}}
+
{{TableRowKeyValueList|[[Extensions.File.FileNotFoundException|FileNotFoundException]]| Exception when a denoted file has not been found}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.InvalidParameterizationException|InvalidParameterizationException]] | Parameter does not match the template}}
+
{{TableRowKeyValueList|[[Extensions.File.FileOpenException|FileOpenException]]|Exception when an error occurs, while opening a file}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.InvalidReferenceException|InvalidReferenceException]] | Access to an invalid value}}
+
{{TableRowKeyValueList|[[Extensions.File.FileSaveException|FileSaveException]]|Exception when an error occurs during file saving}}
 +
{{TableRowKeyValueList|[[Extensions.Flash.FlashException|FlashException]]| Super class for all exceptions in the Flash extension}}
 +
{{TableRowKeyValueList| [[Extensions.HMI.HmiException|HmiException]] | Super class for all exceptions in the HMI library}}
 +
{{TableRowKeyValueList| [[Extensions.I18n.I18nException|i18nException]] | Super class of all exceptions in the i18n library}}
 +
{{TableRowKeyValueList|[[Extensions.DiagCom.IncompleteParameterizationException|IncompleteParameterizationException]]| Exception when the request parameter has been set that didn't have a default value}}
 +
{{TableRowKeyValueList| [[Extensions.Quantities.InvalidConversionException|InvalidConversionException]] | Exception for non-equivalent units}}
 +
{{TableRowKeyValueList| [[Extensions.Measure.InvalidMeasurementException|InvalidMeasurementException]] | Exception when receiving an invalid measurement of a meter}}
 +
{{TableRowKeyValueList| [[Extensions.Job.InvalidParameterizationException|InvalidParameterizationException]] | Parameter does not match the template}}
 +
{{TableRowKeyValueList| [[Core.DataTypes.ComplexDataType.InvalidReferenceException|InvalidReferenceException]] | Access to an invalid value}}
 +
{{TableRowKeyValueList| [[Extensions.DiagCom.InvalidStateException|InvalidStateException]]| Exception when the repeated execution is invalid }}
 
{{TableRowKeyValueList| [[Extensions.DiagDataBrowsingPlus.InvalidTypeException|InvalidTypeException]] | Exception when an element has not the expected type}}
 
{{TableRowKeyValueList| [[Extensions.DiagDataBrowsingPlus.InvalidTypeException|InvalidTypeException]] | Exception when an element has not the expected type}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.JobException|JobException]] | Super class for all exceptions in job library}}
+
{{TableRowKeyValueList| [[Extensions.Job.JobException|JobException]] | Super class for all exceptions in job library}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.LossOfComException|LossOfComException]] | No communication with the control unit}}
+
{{TableRowKeyValueList| [[Extensions.DiagCom.LossOfComException|LossOfComException]] | No communication with the control unit}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.MeasureException|MeasureException]] | Super class for all exceptions in the measure library}}
+
{{TableRowKeyValueList| [[Extensions.Measure.MeasureException|MeasureException]] | Super class for all exceptions in the measure library}}
 
{{TableRowKeyValueList| [[Extensions.DiagDataBrowsingPlus.NotSupportedException|NotSupportedException]] | Exception when the underlying runtime system (MVCI-Server) does not support this operation}}
 
{{TableRowKeyValueList| [[Extensions.DiagDataBrowsingPlus.NotSupportedException|NotSupportedException]] | Exception when the underlying runtime system (MVCI-Server) does not support this operation}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.OutOfBoundsException|OutOfBoundsException]] | Invalid memory access}}
+
{{TableRowKeyValueList| [[Core.DataTypes.ComplexDataType.OutOfBoundsException|OutOfBoundsException]] | Invalid memory access}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.QuantityException|QuantityException]] | Base type for all exceptions in the quantities library}}
+
{{TableRowKeyValueList| [[Extensions.Persistence.PersistenceException|PersistenceException]]| Super class for all exceptions in Persistence library}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.ScreenException|ScreenException]] | Exception for problems in the processing of user-defined screens}}
+
{{TableRowKeyValueList| [[Extensions.Quantities.QuantityException|QuantityException]] | Base type for all exceptions in the quantities library}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.ServicePreconditionException|ServicePreconditionException]] | Exception for unfulfilled requirement}}
+
{{TableRowKeyValueList| [[Extensions.HMI.ScreenException|ScreenException]] | Exception for problems in the processing of user-defined screens}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.StringUtilException|StringUtilException]] | Super class for all exceptions in the StringUtil library}}
+
{{TableRowKeyValueList| [[Extensions.Measure.ServicePreconditionException|ServicePreconditionException]] | Exception for unfulfilled requirement}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.TypeMismatchException|TypeMismatchException]] | Operation with incompatible types}}
+
{{TableRowKeyValueList|[[Extensions.Util.StringFormatException|StringFormatException]]| Super class for all exceptions in the Util library}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.UnknownComChannelException|UnknownComChannelException]] | Response-handle can be assigned to any communication channel}}
+
{{TableRowKeyValueList| [[Extensions.StringUtil.StringUtilException|StringUtilException]] | Super class for all exceptions in the StringUtil library}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.UnknownResponseException|UnknownResponseException]] | Response from the control unit was not mapped}}
+
{{TableRowKeyValueList| [[Core.DataTypes.ComplexDataType.TypeMismatchException|TypeMismatchException]] | Operation with incompatible types}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.UnknownTargetException|UnknownTargetException]] | Non-existent or unknown object in the runtime Diagnostics}}
+
{{TableRowKeyValueList| [[Extensions.DiagCom.UnknownComChannelException|UnknownComChannelException]] | Response-handle can be assigned to any communication channel}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.UnknownUnitException|UnknownUnitException]] | Exception for unknown unit}}
+
{{TableRowKeyValueList| [[Extensions.DiagCom.UnknownResponseException|UnknownResponseException]] | Response from the control unit was not mapped}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.UnsupportedEncodingException|UnsupportedEncodingException]] | Encoding not supported}}
+
{{TableRowKeyValueList| [[Extensions.DiagCom.UnknownTargetException|UnknownTargetException]] | Non-existent or unknown object in the runtime Diagnostics}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.UnsupportedLocaleException|UnsupportedLocaleException]] | Target locale is not supported by the runtime system}}
+
{{TableRowKeyValueList| [[Extensions.Quantities.UnknownUnitException|UnknownUnitException]] | Exception for unknown unit}}
{{TableRowKeyValueList| [[Core.Actions.Throw.Exception.UserException|UserException]] | User-definable exception}}
+
{{TableRowKeyValueList| [[Extensions.StringUtil.UnsupportedEncodingException|UnsupportedEncodingException]] | Encoding not supported}}
 +
{{TableRowKeyValueList| [[Extensions.Flash.UnsupportedFormatException|UnsupportedFormatException]]| Exception when the flash file format is not supported}}
 +
{{TableRowKeyValueList| [[Extensions.I18n.UnsupportedLocaleException|UnsupportedLocaleException]] | Target locale is not supported by the runtime system}}
 +
{{TableRowKeyValueList| [[Core.DataTypes.ComplexDataType.UserException|UserException]] | User-definable exception}}
 +
{{TableRowKeyValueList| [[Extensions.Xml.XmlChangeException|XmlChangeException]]| Exception when the manipulation of an xml element failed}}
 +
{{TableRowKeyValueList| [[Extensions.Xml.XmlException|XmlException]]| Super class for all exceptions in the Xml library}}
 +
{{TableRowKeyValueList| [[Extensions.Xml.XmlFormatException|XmlFormatException]]| Exception when the XML string is not expected}}
 +
{{TableRowKeyValueList| [[Extensions.Xml.XPathException|XPathException]]|Exception when the XPath is not expected}}

Revision as of 10:34, 25 September 2018

Descriptions

This XSD complex type is designed for declaring Exception identifiers. In OTX, there are two types of exceptions – the implicit and the explicit exceptions

Exceptions

AmbiguousCallException Exception for an indirect procedure call
AmbiguousSemanticException More than one object with the same semantic attribute
ArithmeticException An arithmetic operation failed
BlackBoxException Super class for all exceptions in BlackBox library
CommunicationException Exception for communication problems with a device
ConcurrentModificationException Exception for collection value of a for-each-loop
ConfigurationException Exception for problems with configurations
DataTypeException Super class for all exceptions in DataType library
DeviceException Out close to gauge problems
DiagComException General failure within the DiagCom library
DiagDataBrowsingPlusException General failure within the DiagDataBrowsingPlus library
FileException Super class for all exceptions in the File library
FileFormatException Exception when the file format is not expected
FileLockException Exception when a file is locked
FileNotFoundException Exception when a denoted file has not been found
FileOpenException Exception when an error occurs, while opening a file
FileSaveException Exception when an error occurs during file saving
FlashException Super class for all exceptions in the Flash extension
HmiException Super class for all exceptions in the HMI library
i18nException Super class of all exceptions in the i18n library
IncompleteParameterizationException Exception when the request parameter has been set that didn't have a default value
InvalidConversionException Exception for non-equivalent units
InvalidMeasurementException Exception when receiving an invalid measurement of a meter
InvalidParameterizationException Parameter does not match the template
InvalidReferenceException Access to an invalid value
InvalidStateException Exception when the repeated execution is invalid
InvalidTypeException Exception when an element has not the expected type
JobException Super class for all exceptions in job library
LossOfComException No communication with the control unit
MeasureException Super class for all exceptions in the measure library
NotSupportedException Exception when the underlying runtime system (MVCI-Server) does not support this operation
OutOfBoundsException Invalid memory access
PersistenceException Super class for all exceptions in Persistence library
QuantityException Base type for all exceptions in the quantities library
ScreenException Exception for problems in the processing of user-defined screens
ServicePreconditionException Exception for unfulfilled requirement
StringFormatException Super class for all exceptions in the Util library
StringUtilException Super class for all exceptions in the StringUtil library
TypeMismatchException Operation with incompatible types
UnknownComChannelException Response-handle can be assigned to any communication channel
UnknownResponseException Response from the control unit was not mapped
UnknownTargetException Non-existent or unknown object in the runtime Diagnostics
UnknownUnitException Exception for unknown unit
UnsupportedEncodingException Encoding not supported
UnsupportedFormatException Exception when the flash file format is not supported
UnsupportedLocaleException Target locale is not supported by the runtime system
UserException User-definable exception
XmlChangeException Exception when the manipulation of an xml element failed
XmlException Super class for all exceptions in the Xml library
XmlFormatException Exception when the XML string is not expected
XPathException Exception when the XPath is not expected