Uses of Class
org.bremersee.exception.model.StackTraceItem
-
Packages that use StackTraceItem Package Description org.bremersee.exception.model -
-
Uses of StackTraceItem in org.bremersee.exception.model
Methods in org.bremersee.exception.model that return types with arguments of type StackTraceItem Modifier and Type Method Description List<StackTraceItem>
RestApiException. getStackTrace()
The stack trace.Method parameters in org.bremersee.exception.model with type arguments of type StackTraceItem Modifier and Type Method Description void
RestApiException. setStackTrace(List<StackTraceItem> stackTrace)
Sets stack trace.Constructor parameters in org.bremersee.exception.model with type arguments of type StackTraceItem Constructor Description RestApiException(String id, OffsetDateTime timestamp, String message, String errorCode, Boolean errorCodeInherited, String className, String application, String path, Handler handler, List<StackTraceItem> stackTrace, RestApiException cause)
Instantiates a new rest api exception.
-