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 ThrowableDTO
ThrowableDTO.create
(com.google.gwt.core.client.JsArray<StackTraceElementDTO> stackTraceElements, ThrowableDTO cause, String message) Replacement constructor.static ThrowableDTO
ThrowableDTO.getCause()
RemoteLoggingRequestDTO.getThrowableDTO()
Methods in com.levigo.jadice.web.client.messaging with parameters of type ThrowableDTOModifier and TypeMethodDescriptionstatic RemoteLoggingRequestDTO
RemoteLoggingRequestDTO.create
(String logLevel, String message, ThrowableDTO throwableDTO) Replacement constructor.static ThrowableDTO
ThrowableDTO.create
(com.google.gwt.core.client.JsArray<StackTraceElementDTO> stackTraceElements, ThrowableDTO cause, String message) Replacement constructor.void
ThrowableDTO.setCause
(ThrowableDTO cause) void
RemoteLoggingRequestDTO.setThrowableDTO
(ThrowableDTO throwableDto) static Throwable
ThrowableDTO.to
(ThrowableDTO dto)