public class ErrorUtils extends Object
| Constructor and Description |
|---|
ErrorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addThrownException(Exception e)
DOCUMENT ME!
|
static void |
createRUDFile(String message,
Exception e)
Exits the server with the given eror code and prints the error message from the given Throwable object to the
file rapidUnscheduledDisassembly.log.
|
static void |
createRUDFileAndExit(int errorCode,
String message,
Exception e)
Exits the server with the given eror code and prints the error message from the given Throwable object to the
file rapidUnscheduledDisassembly.log.
|
static boolean |
exceptionAlreadyShown(Exception e)
DOCUMENT ME!
|
public static void createRUDFileAndExit(int errorCode,
String message,
Exception e)
errorCode - the error code to returnmessage - DOCUMENT ME!e - the exception with the error message and stacktracepublic static void createRUDFile(String message, Exception e)
message - DOCUMENT ME!e - t the throwable with the error message and stacktracepublic static boolean exceptionAlreadyShown(Exception e)
e - DOCUMENT ME!public static void addThrownException(Exception e)
e - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.