public static class MethodKey.AmbiguousException extends RuntimeException
Modifier and Type | Method and Description |
---|---|
boolean |
isSevere()
Whether this exception is considered severe or benign.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public boolean isSevere()
Note that this is meant in the context of an ambiguous exception; benign cases can only be triggered by null arguments often related to runtime problems (not simply on overload signatures).
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.