public class Unhandled
extends java.lang.IllegalArgumentException
Constructor and Description |
---|
Unhandled(java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
static Unhandled |
byteException(byte b) |
static Unhandled |
charException(char c) |
static Unhandled |
classException(java.lang.Object o) |
static Unhandled |
doubleException(double d) |
static Unhandled |
enumException(java.lang.Enum<?> e) |
static Unhandled |
floatException(float f) |
static Unhandled |
integerException(int i) |
static Unhandled |
objectException(java.lang.Object obj) |
static Unhandled |
operationException() |
static Unhandled |
shortException(short s) |
static Unhandled |
stringException(java.lang.String str) |
public static Unhandled classException(java.lang.Object o)
public static Unhandled enumException(java.lang.Enum<?> e)
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 stringException(java.lang.String str)
public static Unhandled objectException(java.lang.Object obj)
public static Unhandled operationException()