public class ProcessException extends Exception
Constructor and Description |
---|
ProcessException(Class<? extends Annotation> type,
Method method,
Throwable cause) |
ProcessException(String string) |
ProcessException(String string,
Throwable throwable) |
ProcessException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
String |
getAnnotationName() |
String |
getMethodName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.