Package io.vertx.zero.exception
Class AnnotationRepeatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.vertx.core.VertxException
-
- io.vertx.up.exception.ZeroRunException
-
- io.vertx.up.exception.UpException
-
- io.vertx.zero.exception.AnnotationRepeatException
-
- All Implemented Interfaces:
Serializable
public class AnnotationRepeatException extends io.vertx.up.exception.UpException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnnotationRepeatException(Class<?> clazz, Method method, Class<? extends Annotation> annoCls, int occurs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AnnotationRepeatException
public AnnotationRepeatException(Class<?> clazz, Method method, Class<? extends Annotation> annoCls, int occurs)
-
-