public abstract class AbstractPerfidixMethodException extends Exception
Constructor and Description |
---|
AbstractPerfidixMethodException(Throwable paramExec,
Method paramMeth,
Class<? extends Annotation> paramAnnotation)
Simple Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Throwable |
getExec()
Getter for the encapsulated
Exception . |
Method |
getMethod()
Getter for the related
Method . |
Class<? extends Annotation> |
getRelatedAnno()
Getter for annotation.
|
int |
hashCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public AbstractPerfidixMethodException(Throwable paramExec, Method paramMeth, Class<? extends Annotation> paramAnnotation)
paramExec
- the exception to be hold in this container.paramMeth
- the related method to the exception.paramAnnotation
- the related annotation to this methodpublic final Method getMethod()
Method
.public final Throwable getExec()
Exception
.public final Class<? extends Annotation> getRelatedAnno()
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.