Class InvalidFunctionException

    • Constructor Detail

      • InvalidFunctionException

        public InvalidFunctionException()
        No-arg constructor required by Externalizable semantics.
      • InvalidFunctionException

        public InvalidFunctionException​(String message)
        Construct an instance with the message specified.
        Parameters:
        message - A message describing the exception
      • InvalidFunctionException

        public InvalidFunctionException​(Throwable e,
                                        String message)
        Construct an instance from a message and an exception to chain to this one.
        Parameters:
        message - A message describing the exception
        e - An exception to nest within this one
      • InvalidFunctionException

        public InvalidFunctionException​(BundleUtil.Event event)