Class NoWildcardException

All Implemented Interfaces:
Serializable

@API(status=STABLE) public final class NoWildcardException extends RuntimeException
See Also:
  • Constructor Details

    • NoWildcardException

      public NoWildcardException()
  • Method Details

    • fillInStackTrace

      public Throwable fillInStackTrace()
      We don't care for the stack trace. It's exclusively used to jump around the stack.
      Overrides:
      fillInStackTrace in class Throwable