Uses of Class
com.levigo.jadice.web.client.messaging.ThrowableDTO
Packages that use ThrowableDTO
-
Uses of ThrowableDTO in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return ThrowableDTOModifier and TypeMethodDescriptionstatic ThrowableDTOThrowableDTO.create(com.google.gwt.core.client.JsArray<StackTraceElementDTO> stackTraceElements, ThrowableDTO cause, String message) Replacement constructor.static ThrowableDTOThrowableDTO.getCause()RemoteLoggingRequestDTO.getThrowableDTO()Methods in com.levigo.jadice.web.client.messaging with parameters of type ThrowableDTOModifier and TypeMethodDescriptionstatic RemoteLoggingRequestDTORemoteLoggingRequestDTO.create(String logLevel, String message, ThrowableDTO throwableDTO) Replacement constructor.static ThrowableDTOThrowableDTO.create(com.google.gwt.core.client.JsArray<StackTraceElementDTO> stackTraceElements, ThrowableDTO cause, String message) Replacement constructor.voidThrowableDTO.setCause(ThrowableDTO cause) voidRemoteLoggingRequestDTO.setThrowableDTO(ThrowableDTO throwableDto) static ThrowableThrowableDTO.to(ThrowableDTO dto)