EventBuilderException

public class EventBuilderException extends Exception

This exception is thrown by a org.motechproject.odk.event.builder.EventBuilder when an error is encountered while building a org.motechproject.event.MotechEvent.

Constructors

EventBuilderException

public EventBuilderException(String message, Throwable cause)

EventBuilderException

public EventBuilderException(Throwable cause)

EventBuilderException

public EventBuilderException(String message)