public class ErrorSystem extends Object
| Constructor and Description |
|---|
ErrorSystem() |
| Modifier and Type | Method and Description |
|---|---|
static void |
handleError(String error)
Deprecated.
This is an internal method, not needing to be used by the user.
|
static void |
sendError(String className,
String message)
Deprecated.
This is an internal method, not needing to be used by the user.
|
@Deprecated public static void sendError(String className, String message)
className - The name of the erroring classmessage - The error message@Deprecated public static void handleError(String error)
sendError(String, String)error - The error messageCopyright © 2022. All rights reserved.