Package io.higson.runtime.exception
Class HigsonBundleUsageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.higson.runtime.exception.HigsonRuntimeException
io.higson.runtime.exception.HigsonBundleException
io.higson.runtime.exception.HigsonBundleUsageException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HigsonBundleIllegalGetException
Exception thrown when bundle model is used incorrectly.
- Author:
- przemek hertel
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSpecial construction of a message, that combinessuper.getMessage()with definedthis.getCause().Methods inherited from class io.higson.runtime.exception.HigsonRuntimeException
buildMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HigsonBundleUsageException
-
-
Method Details
-
getMessage
Description copied from class:HigsonRuntimeExceptionSpecial construction of a message, that combinessuper.getMessage()with definedthis.getCause(). It's null safe.- Overrides:
getMessagein classHigsonRuntimeException- Returns:
- detailed messages with cause, if provided
-