public class CustomException
extends java.lang.Exception
Constructor and Description |
---|
CustomException() |
Modifier and Type | Method and Description |
---|---|
static void |
printException(java.lang.Exception e,
java.lang.String msg)
Print exception message a stackTrace on console.
|
static void |
printFullException(java.lang.Exception e,
java.lang.String msg)
Print exception message a stackTrace on console.
|
public static void printException(java.lang.Exception e, java.lang.String msg)
e
- Exceptionmsg
- Messagepublic static void printFullException(java.lang.Exception e, java.lang.String msg)
e
- Exception objectmsg
- Custom message