Module qtjambi.qml

Class QmlTypeRegistrationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QmlNoMajorVersionException

public class QmlTypeRegistrationException extends RuntimeException
Is thrown when a class cannot be registered as qml type.
See Also:
  • Constructor Details

    • QmlTypeRegistrationException

      public QmlTypeRegistrationException(String message)
    • QmlTypeRegistrationException

      public QmlTypeRegistrationException(String message, Throwable cause)