public static class TypePool.Resolution.NoSuchTypeException extends IllegalStateException
TypePool could not resolve a TypeDescription for a given name.| Constructor and Description |
|---|
NoSuchTypeException(String name)
Creates a new exception to indicate an unresolved type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the type that could not be resolved.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchTypeException(String name)
name - The name of the type that could not be resolved.public String getName()
Copyright © 2014–2025. All rights reserved.