public class UnexpectedClassNotFoundException extends UnexpectedException
A RuntimeException version of JDK’s ClassNotFoundException
| Constructor and Description |
|---|
UnexpectedClassNotFoundException(ClassNotFoundException cause) |
UnexpectedClassNotFoundException(NoClassDefFoundError cause) |
UnexpectedClassNotFoundException(NoClassDefFoundError cause,
String message,
Object... args) |
UnexpectedClassNotFoundException(String message,
Object... args) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnexpectedClassNotFoundException(NoClassDefFoundError cause)
public UnexpectedClassNotFoundException(NoClassDefFoundError cause, String message, Object... args)
public UnexpectedClassNotFoundException(ClassNotFoundException cause)
Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.