Package net.bytebuddy.pool
Class TypePool.Resolution.NoSuchTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
net.bytebuddy.pool.TypePool.Resolution.NoSuchTypeException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- TypePool.Resolution
An exception that indicates that a
TypePool
could not resolve a TypeDescription
for a given name.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
The name of the type that could not be resolved.private static final long
The serial version UID. -
Constructor Summary
ConstructorsConstructorDescriptionNoSuchTypeException
(String name) Creates a new exception to indicate an unresolved type. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDThe serial version UID.- See Also:
-
name
The name of the type that could not be resolved.
-
-
Constructor Details
-
NoSuchTypeException
Creates a new exception to indicate an unresolved type.- Parameters:
name
- The name of the type that could not be resolved.
-
-
Method Details
-
getName
Returns the name of the type that could not be resolved.- Returns:
- The name of the type that could not be resolved.
-