Class ModelClassException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    PostConstructException

    @ProviderType
    public class ModelClassException
    extends java.lang.RuntimeException
    Exception which is triggered when the Model class could not be instantiated due to not having a model annotation, some reflection error, invalid constructors or because some exception within the post construct method was triggered.
    See Also:
    ModelFactory, Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ModelClassException

        public ModelClassException​(java.lang.String message)
      • ModelClassException

        public ModelClassException​(java.lang.String message,
                                   java.lang.Throwable e)