public class ProcError extends Error
ProcBase implementation, the execution will fail.| Modifier and Type | Class and Description |
|---|---|
static interface |
ProcError.REFactory |
static class |
ProcError.ReflectiveREFactory |
| Modifier and Type | Field and Description |
|---|---|
static ProcError.REFactory |
IllegalArgumentExceptionFactory |
static ProcError.REFactory |
RuntimeExceptionFactory |
| Constructor and Description |
|---|
ProcError(Class<? extends RuntimeException> reClazz,
String message) |
ProcError(Class<? extends RuntimeException> reClazz,
String message,
Throwable cause) |
ProcError(Class<? extends RuntimeException> reClazz,
Throwable cause) |
ProcError(ProcError.REFactory reFactory,
String message) |
ProcError(ProcError.REFactory reFactory,
String message,
Throwable cause) |
ProcError(ProcError.REFactory reFactory,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
RuntimeException |
asRuntimeException() |
static ProcError.REFactory |
reFactory(Class<? extends RuntimeException> reClazz) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final ProcError.REFactory RuntimeExceptionFactory
public static final ProcError.REFactory IllegalArgumentExceptionFactory
public ProcError(ProcError.REFactory reFactory, String message)
public ProcError(ProcError.REFactory reFactory, Throwable cause)
public ProcError(ProcError.REFactory reFactory, String message, Throwable cause)
public ProcError(Class<? extends RuntimeException> reClazz, String message)
public ProcError(Class<? extends RuntimeException> reClazz, Throwable cause)
public ProcError(Class<? extends RuntimeException> reClazz, String message, Throwable cause)
public RuntimeException asRuntimeException()
public static ProcError.REFactory reFactory(Class<? extends RuntimeException> reClazz)
Copyright © 2013. All Rights Reserved.