public class EnumInstantiationException extends EnumFactoryException
| Constructor and Description |
|---|
EnumInstantiationException() |
EnumInstantiationException(Class<E> enumType,
String message,
Throwable e) |
EnumInstantiationException(Class<E> enumType,
Throwable e) |
EnumInstantiationException(String message) |
EnumInstantiationException(String message,
Throwable cause) |
EnumInstantiationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
EnumInstantiationException(Throwable cause) |
getLocalizedMessagegetExceptionTag, getLocalizedMessageTag, getMessageTag, getRuntimeErrorTagHead, getTagFormat, getTagFormat, getTagFormatLength, initTag, printStackTraceaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toStringpublic EnumInstantiationException(Class<E> enumType, String message, Throwable e)
public EnumInstantiationException()
public EnumInstantiationException(String message)
public EnumInstantiationException(Throwable cause)
Copyright © 2020. All rights reserved.