public class AnnotationException extends RobotRuntimeException
Constructor and Description |
---|
AnnotationException() |
AnnotationException(Class clz,
Class<? extends Annotation> annotationType,
String why) |
AnnotationException(Class clz,
Method method,
Class<? extends Annotation> annotationType,
String why) |
AnnotationException(String message,
Object... format) |
AnnotationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
Object... format) |
AnnotationException(String message,
Throwable cause,
Object... format) |
AnnotationException(Throwable cause) |
getExceptionTag, getLocalizedMessage, getLocalizedMessageTag, getMessageTag, getRuntimeErrorTagHead, getTagFormat, getTagFormat, getTagFormatLength, initTag, printStackTrace
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public AnnotationException(Class clz, Class<? extends Annotation> annotationType, String why)
public AnnotationException(Class clz, Method method, Class<? extends Annotation> annotationType, String why)
public AnnotationException()
public AnnotationException(Throwable cause)
Copyright © 2020. All rights reserved.