Uses of Class
org.hobbit.core.data.ErrorData
Packages that use ErrorData
-
Uses of ErrorData in org.hobbit.core.components
Methods in org.hobbit.core.components with parameters of type ErrorDataModifier and TypeMethodDescriptionvoidAbstractCommandReceivingComponent.reportError(ErrorData error) This method sends the given error report on the command queue.voidAbstractCommandReceivingComponent.reportErrorSavely(ErrorData error) This method sends the given error report on the command queue without throwing an exception. -
Uses of ErrorData in org.hobbit.core.data
Methods in org.hobbit.core.data that return ErrorDataModifier and TypeMethodDescriptionstatic ErrorDataErrorData.createFromException(Exception e, String containerName) Creates an instance of aHobbitErrors.UnhandledExceptionerror based on the data of the given exception.