public class Unhandled extends IllegalArgumentException
Modifier and Type | Method and Description |
---|---|
static Unhandled |
byteException(byte b) |
static Unhandled |
charException(char c) |
static Unhandled |
classException(Object o) |
static Unhandled |
doubleException(double d) |
static Unhandled |
enumException(Enum<?> e) |
static Unhandled |
exception(String template,
Object... args) |
static Unhandled |
floatException(float f) |
static Unhandled |
integerException(int i) |
static Unhandled |
objectException(Object obj) |
static Unhandled |
operationException() |
static Unhandled |
shortException(short s) |
static Unhandled |
stringException(String str) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Unhandled(String message)
public static Unhandled byteException(byte b)
public static Unhandled charException(char c)
public static Unhandled shortException(short s)
public static Unhandled integerException(int i)
public static Unhandled floatException(float f)
public static Unhandled doubleException(double d)
public static Unhandled operationException()