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) |
getLocalizedMessage
getExceptionTag, getLangMessage, getLocalizedMessageTag, getMessage, getMessageTag, getRuntimeErrorTagHead, getTagFormat, getTagFormat, getTagFormatLength, initTag, printStackTrace
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public EnumInstantiationException(Class<E> enumType, String message, Throwable e)
public EnumInstantiationException()
public EnumInstantiationException(String message)
public EnumInstantiationException(Throwable cause)
Copyright © 2020. All rights reserved.