Class OkapiEditorCreationException

  • All Implemented Interfaces:
    Serializable

    public class OkapiEditorCreationException
    extends OkapiException
    Signals that an editor could not be created. This error occurs for example when trying to edit the parameters of a filter or of a step and the corresponding editor cannot be created.
    See Also:
    Serialized Form
    • Constructor Detail

      • OkapiEditorCreationException

        public OkapiEditorCreationException()
        Creates an empty new OkapiEditorCreationException object.
      • OkapiEditorCreationException

        public OkapiEditorCreationException​(String message)
        Creates a new OkapiEditorCreationException object with a given message.
        Parameters:
        message - text of the message.
      • OkapiEditorCreationException

        public OkapiEditorCreationException​(Throwable cause)
        Creates a new OkapiEditorCreationException object with a given parent exception cause.
        Parameters:
        cause - the parent exception cause.
      • OkapiEditorCreationException

        public OkapiEditorCreationException​(String message,
                                            Throwable cause)
        Creates a new OkapiEditorCreationException object with a given message and a given parent exception cause.
        Parameters:
        message - the message.
        cause - the cause.