java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.scxml.QScxmlError
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QScxmlError extends QtObject implements Cloneable
Describes the errors returned by the Qt SCXML state machine when parsing an SCXML file
Java wrapper for Qt class QScxmlError
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static QMetaObject
staticMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
Constructors Modifier Constructor Description QScxmlError()
protected
QScxmlError(QtObject.QPrivateConstructor p)
Constructor for internal use only.QScxmlError(QScxmlError arg__1)
QScxmlError(String fileName, int line, int column, String description)
-
Method Summary
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QScxmlError
public QScxmlError() -
QScxmlError
-
QScxmlError
-
QScxmlError
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details