@Data public class TypeElementNotFoundException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static String |
UNKNOWN_TYPE |
| Constructor and Description |
|---|
TypeElementNotFoundException() |
TypeElementNotFoundException(AnnotationMirror mirror,
CharSequence av) |
TypeElementNotFoundException(String fqn) |
TypeElementNotFoundException(String fqn,
String message) |
TypeElementNotFoundException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFqn() |
long |
getSerialVersionUID() |
int |
hashCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final String UNKNOWN_TYPE
public TypeElementNotFoundException(Throwable cause)
public TypeElementNotFoundException(String fqn)
public TypeElementNotFoundException(AnnotationMirror mirror, CharSequence av)
public TypeElementNotFoundException()
@Pure public long getSerialVersionUID()
@Pure public String getFqn()
Copyright © 2018. All rights reserved.