Class NotRegisteredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
name.martingeisse.grumpyjson.registry.NotRegisteredException
All Implemented Interfaces:
Serializable

public class NotRegisteredException extends Exception
Thrown if the registrable for an unknown key is fetched from a Registry.
See Also:
  • Constructor Details

    • NotRegisteredException

      public NotRegisteredException()
      Constructor.
    • NotRegisteredException

      public NotRegisteredException(String message)
      Constructor.
      Parameters:
      message - the exception message
    • NotRegisteredException

      public NotRegisteredException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - the exception message
      cause - the exception that caused this one
    • NotRegisteredException

      public NotRegisteredException(Throwable cause)
      Constructor.
      Parameters:
      cause - the exception that caused this one