Package studio.mevera.imperat.exception
Class SourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
studio.mevera.imperat.exception.ImperatException
studio.mevera.imperat.exception.SourceException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSourceException(Context<?> ctx, String msg, Object... args) SourceException(Context<?> ctx, SourceException.ErrorLevel type, String msg, Object... args) -
Method Summary
Methods inherited from class studio.mevera.imperat.exception.ImperatException
getCtxMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SourceException
-
SourceException
-
-
Method Details
-
getType
-
getMessage
- Overrides:
getMessagein classThrowable
-