public class UnreachableOverridesException extends Exception
override is NOT inherited by at least one super.| Constructor and Description |
|---|
UnreachableOverridesException(String message)
Constructs a
UnreachableOverridesException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnreachableOverridesException(String message)
UnreachableOverridesException with the specified detail message.message - the detail message.Copyright © 2022. All rights reserved.