Class GuiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.kaktushose.jdac.configuration.ExtensionException
io.github.kaktushose.jdac.guice.internal.GuiceException
- All Implemented Interfaces:
Serializable
public final class GuiceException
extends io.github.kaktushose.jdac.configuration.ExtensionException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.github.kaktushose.jdac.configuration.ExtensionException
io.github.kaktushose.jdac.configuration.ExtensionException.Information -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected dev.goldmensch.fluava.Bundleprotected static final dev.goldmensch.fluava.Bundle -
Constructor Summary
ConstructorsConstructorDescriptionGuiceException(String key, io.github.kaktushose.jdac.message.placeholder.Entry... placeholder) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringerrorMessage(String arg0) static StringerrorMessage(String arg0, io.github.kaktushose.jdac.message.placeholder.Entry... arg1) Methods inherited from class io.github.kaktushose.jdac.configuration.ExtensionException
bundle, informationMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorMessages
protected static final dev.goldmensch.fluava.Bundle errorMessages -
bundle
protected dev.goldmensch.fluava.Bundle bundle
-
-
Constructor Details
-
GuiceException
public GuiceException(String key, io.github.kaktushose.jdac.message.placeholder.Entry... placeholder)
-
-
Method Details
-
getMessage
-
errorMessage
-
errorMessage
-