Class FrameworkException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FrameworkException
    extends java.lang.RuntimeException
    The basic exception class used to tell when certain things go wrong in evaluation of requests.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FrameworkException​(java.lang.String msg)
      Creates a new FrameworkException object.
    • 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FrameworkException

        public FrameworkException​(java.lang.String msg)
        Creates a new FrameworkException object.
        Parameters:
        msg - ...