Class AppfigurateLibraryException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AppfigurateLibraryException
    extends java.lang.RuntimeException
    Exception thrown by Appfigurate library when:
    • the app is initialized, generally due to a programming error,
    • invalid configuration is attempted to be applied to the app,
    • an action is attempted to be executed on the app causing invalid configuration.
    See Also:
    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

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

      • AppfigurateLibraryException

        public AppfigurateLibraryException​(@NonNull
                                           java.lang.String message)
      • AppfigurateLibraryException

        public AppfigurateLibraryException​(@NonNull
                                           java.lang.String message,
                                           @NonNull
                                           java.lang.Exception exception)