public class BugsnagException
extends java.lang.Throwable
| Constructor and Description |
|---|
BugsnagException(java.lang.String name,
java.lang.String message,
java.lang.StackTraceElement[] frames)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
public BugsnagException(java.lang.String name,
java.lang.String message,
java.lang.StackTraceElement[] frames)
name - The name of the exception (used instead of the exception class)message - The exception messageframes - The exception stack trace