public class IllegalWildcardSequenceException extends RuntimeException implements AttributeReadMessageCode
IllegalWildcardSequenceException is thrown if a wildcard-type given as string could NOT be parsed
because it contains an illegal sequence (e.g. "? implements X").ReflectionUtilImpl.toType(String),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE_CODE |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
IllegalWildcardSequenceException(String sequence)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public static final String MESSAGE_CODE
getCode(),
Constant Field Valuespublic IllegalWildcardSequenceException(String sequence)
sequence - is the illegal sequence that was used in a wildcard-type.public String getCode()
getCode in interface AttributeReadMessageCodeCopyright © 2001–2019 mmm-Team. All rights reserved.