Package io.inugami.api.exceptions
Class RenderingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.inugami.api.exceptions.CheckedException
-
- io.inugami.api.exceptions.TechnicalException
-
- io.inugami.api.exceptions.RenderingException
-
- All Implemented Interfaces:
ExceptionWithErrorCode,Serializable
public class RenderingException extends TechnicalException
RenderingException- Since:
- 20 mars 2018
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RenderingException()RenderingException(int code, String message, Throwable cause)RenderingException(ErrorCode errorCode)RenderingException(ErrorCode errorCode, Throwable cause)RenderingException(ErrorCode errorCode, Throwable cause, String message, Object... values)RenderingException(String message)RenderingException(String message, Object... values)RenderingException(String message, Throwable cause)RenderingException(Throwable cause)RenderingException(Throwable cause, String message, Object... values)
-
Method Summary
-
Methods inherited from class io.inugami.api.exceptions.CheckedException
getCode, getErrorCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-