Package com.github.t1.annotations
Class AmbiguousAnnotationResolutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.t1.annotations.AmbiguousAnnotationResolutionException
-
- All Implemented Interfaces:
Serializable
public class AmbiguousAnnotationResolutionException extends RuntimeException
- See Also:
Annotations.get(Class), Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmbiguousAnnotationResolutionException()AmbiguousAnnotationResolutionException(String message)AmbiguousAnnotationResolutionException(String message, Throwable cause)AmbiguousAnnotationResolutionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)AmbiguousAnnotationResolutionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AmbiguousAnnotationResolutionException
public AmbiguousAnnotationResolutionException()
-
AmbiguousAnnotationResolutionException
public AmbiguousAnnotationResolutionException(String message)
-
AmbiguousAnnotationResolutionException
public AmbiguousAnnotationResolutionException(String message, Throwable cause)
-
AmbiguousAnnotationResolutionException
public AmbiguousAnnotationResolutionException(Throwable cause)
-
-