Package io.inugami.api.exceptions
Class MultiUncheckedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.inugami.api.exceptions.UncheckedException
-
- io.inugami.api.exceptions.MultiUncheckedException
-
- All Implemented Interfaces:
ExceptionWithErrorCode,Serializable
public class MultiUncheckedException extends UncheckedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultiUncheckedException(Collection<ErrorCode> errorCodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorCodegetErrorCode()List<ErrorCode>getErrorCodes()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MultiUncheckedException
public MultiUncheckedException(Collection<ErrorCode> errorCodes)
-
-
Method Detail
-
getErrorCode
public ErrorCode getErrorCode()
- Specified by:
getErrorCodein interfaceExceptionWithErrorCode- Overrides:
getErrorCodein classUncheckedException
-
-