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
Thrown to indicate that a method or operation is not yet implemented.
Author:
Florian Alpers
See Also:
  • Constructor Details

    • NotImplementedException

      public NotImplementedException()
      Creates a new NotImplementedException instance.
    • NotImplementedException

      public NotImplementedException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
      Creates a new NotImplementedException instance.
      Parameters:
      arg0 - human-readable error message
      arg1 - underlying cause of this exception
      arg2 - whether suppression is enabled
      arg3 - whether the stack trace is writable
    • NotImplementedException

      public NotImplementedException(String arg0, Throwable arg1)
      Creates a new NotImplementedException instance.
      Parameters:
      arg0 - human-readable error message
      arg1 - underlying cause of this exception
    • NotImplementedException

      public NotImplementedException(String arg0)
      Creates a new NotImplementedException instance.
      Parameters:
      arg0 - human-readable error message
    • NotImplementedException

      public NotImplementedException(Throwable arg0)
      Creates a new NotImplementedException instance.
      Parameters:
      arg0 - underlying cause of this exception