public class UnexpectedNoSuchMethodException extends UnexpectedException
A RuntimeException
version of JDK’s NoSuchMethodException
Constructor and Description |
---|
UnexpectedNoSuchMethodException(Class<?> cls,
String methodName) |
UnexpectedNoSuchMethodException(NoSuchMethodException cause) |
UnexpectedNoSuchMethodException(NoSuchMethodException cause,
String message,
Object... args) |
UnexpectedNoSuchMethodException(String message,
Object... args) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnexpectedNoSuchMethodException(Class<?> cls, String methodName)
public UnexpectedNoSuchMethodException(String message, Object... args)
public UnexpectedNoSuchMethodException(NoSuchMethodException cause)
public UnexpectedNoSuchMethodException(NoSuchMethodException cause, String message, Object... args)
Copyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.