Class SharedException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class SharedException extends RuntimeException
Created By Ibrahim AlTamimi Created At 29, Thu Oct, 2020 Project radix https://arkitik.io
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSharedException.Builderpublic classSharedException.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringmessageprivate final List<ErrorResponse>errorsprivate final Throwablecausepublic final static SharedException.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description SharedException(List<ErrorResponse> errors)
-
Method Summary
Modifier and Type Method Description StringgetMessage()final List<ErrorResponse>getErrors()-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SharedException
SharedException(List<ErrorResponse> errors)
-
-
Method Detail
-
getMessage
String getMessage()
-
getErrors
final List<ErrorResponse> getErrors()
-
-
-
-