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(int pointless,
String message) |
AnnotationException(int pointless,
String message,
Throwable cause) |
AnnotationException(int pointless,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
AnnotationException(String message) |
AnnotationException(String message,
Object... format) |
AnnotationException(String message,
Throwable cause) |
AnnotationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
AnnotationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
Object... format) |
AnnotationException(String message,
Throwable cause,
Object... format) |
AnnotationException(Throwable cause) |
getExceptionTag, getLangMessage, getLocalizedMessageTag, getMessage, getMessageTag, getRuntimeErrorTagHead, getTagFormat, getTagFormat, getTagFormatLength, initTag, printStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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(String message)
public AnnotationException(Throwable cause)
public AnnotationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public AnnotationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Object... format)
public AnnotationException(int pointless, String message)
Copyright © 2020. All rights reserved.