public class Exceptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INCOMPATIBLE_VERSION_HINT |
| Constructor and Description |
|---|
Exceptions() |
| Modifier and Type | Method and Description |
|---|---|
static UnsupportedMethodException |
unsupportedMethod(String method) |
static UnsupportedMethodException |
unsupportedMethod(String method,
Throwable cause) |
static UnsupportedOperationConfigurationException |
unsupportedOperationConfiguration(String operation) |
public static final String INCOMPATIBLE_VERSION_HINT
public static UnsupportedMethodException unsupportedMethod(String method, Throwable cause)
public static UnsupportedMethodException unsupportedMethod(String method)
public static UnsupportedOperationConfigurationException unsupportedOperationConfiguration(String operation)
Copyright © 2013. All rights reserved