
com.mindscapehq.raygun4java.play2.RaygunPlayMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of raygun4java-play2 Show documentation
Show all versions of raygun4java-play2 Show documentation
The official provider for the Raygun Crash Reporting service. This is the Play Framework provider module that sends errors caught from your Play Scala/Java application. Used in conjunction with raygun4java.core.
package com.mindscapehq.raygun4java.play2;
import com.mindscapehq.raygun4java.core.messages.RaygunMessage;
public class RaygunPlayMessage extends RaygunMessage
{
public RaygunPlayMessage()
{
details = new RaygunPlayMessageDetails();
}
public RaygunPlayMessageDetails getDetails() {
return (RaygunPlayMessageDetails) details;
}
public void setDetails(RaygunPlayMessageDetails _details) {
this.details = _details;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy