Class TypePool.Resolution.NoSuchTypeException

All Implemented Interfaces:
Serializable
Enclosing interface:
TypePool.Resolution

public static class TypePool.Resolution.NoSuchTypeException extends IllegalStateException
An exception that indicates that a TypePool could not resolve a TypeDescription for a given name.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      The serial version UID.
      See Also:
    • name

      private final String name
      The name of the type that could not be resolved.
  • Constructor Details

    • NoSuchTypeException

      public NoSuchTypeException(String name)
      Creates a new exception to indicate an unresolved type.
      Parameters:
      name - The name of the type that could not be resolved.
  • Method Details

    • getName

      public String getName()
      Returns the name of the type that could not be resolved.
      Returns:
      The name of the type that could not be resolved.