Package dev.aherscu.qa.testing.utils
Class EnumUtils.NoSuchMemberException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.aherscu.qa.testing.utils.EnumUtils.NoSuchMemberException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EnumUtils
public static final class EnumUtils.NoSuchMemberException extends RuntimeException
If no matching enum member found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchMemberException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchMemberException
public NoSuchMemberException(String message)
-
-