Class NotImplementedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.NotImplementedException
All Implemented Interfaces:
Serializable

public class NotImplementedException extends Exception

NotImplementedException class.

Author:
florian
See Also:
  • Constructor Details

    • NotImplementedException

      public NotImplementedException()

      Constructor for NotImplementedException.

    • NotImplementedException

      public NotImplementedException(String arg0, Throwable arg1, boolean arg2, boolean arg3)

      Constructor for NotImplementedException.

      Parameters:
      arg0 - a String object.
      arg1 - a Throwable object.
      arg2 - a boolean.
      arg3 - a boolean.
    • NotImplementedException

      public NotImplementedException(String arg0, Throwable arg1)

      Constructor for NotImplementedException.

      Parameters:
      arg0 - a String object.
      arg1 - a Throwable object.
    • NotImplementedException

      public NotImplementedException(String arg0)

      Constructor for NotImplementedException.

      Parameters:
      arg0 - a String object.
    • NotImplementedException

      public NotImplementedException(Throwable arg0)

      Constructor for NotImplementedException.

      Parameters:
      arg0 - a Throwable object.