Class NotRegisteredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
name.martingeisse.grumpyjson.registry.NotRegisteredException
- All Implemented Interfaces:
Serializable
Thrown if the registrable for an unknown key is fetched from a
Registry.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.NotRegisteredException(String message) Constructor.NotRegisteredException(String message, Throwable cause) Constructor.NotRegisteredException(Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotRegisteredException
public NotRegisteredException()Constructor. -
NotRegisteredException
Constructor.- Parameters:
message- the exception message
-
NotRegisteredException
Constructor.- Parameters:
message- the exception messagecause- the exception that caused this one
-
NotRegisteredException
Constructor.- Parameters:
cause- the exception that caused this one
-