public class TypeNotFoundException extends ReflectionException
TypeNotFoundException is thrown if a Type was requested (e.g. via
Class.forName(String)) but could NOT be found. Unlike ClassNotFoundException this is a
RuntimeException.| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE_CODE |
private static long |
serialVersionUID |
KEY_ACCESSIBLE| Constructor and Description |
|---|
TypeNotFoundException(String type)
The constructor.
|
TypeNotFoundException(Throwable nested,
String type)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessageprivate static final long serialVersionUID
public static final String MESSAGE_CODE
getCode(),
Constant Field Valuespublic TypeNotFoundException(String type)
type - is the representation of the Type that could NOT be found.public String getCode()
Copyright © 2001–2019 mmm-Team. All rights reserved.