public final class PerfidixMethodCheckException extends AbstractPerfidixMethodException
Exception
types thrown while
checking if a method is reflective executable via the Perfidix framework.Constructor and Description |
---|
PerfidixMethodCheckException(Throwable paramExec,
Method paramMeth,
Class<? extends Annotation> paramAnnotation)
Constructor.
|
equals, getExec, getMethod, getRelatedAnno, hashCode, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public PerfidixMethodCheckException(Throwable paramExec, Method paramMeth, Class<? extends Annotation> paramAnnotation)
paramExec
- encapsulated exceptionparamMeth
- the method where the error occuredparamAnnotation
- the related annotation of the methodCopyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.