Class DataEaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.dataease.plugins.common.exception.DataEaseException
-
- All Implemented Interfaces:
Serializable
public class DataEaseException extends RuntimeException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DataEaseExceptiongetException(String message)static voidthrowException(String message)static voidthrowException(Throwable t)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
throwException
public static void throwException(String message)
-
getException
public static DataEaseException getException(String message)
-
throwException
public static void throwException(Throwable t)
-
-