Class UnsupportedJvmFeatureInTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.UnsupportedOperationException
-
- de.quantummaid.reflectmaid.exceptions.UnsupportedJvmFeatureInTypeException
-
- All Implemented Interfaces:
Serializable
public final class UnsupportedJvmFeatureInTypeException extends UnsupportedOperationException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UnsupportedJvmFeatureInTypeExceptionunsupportedJvmFeatureInTypeException(String message)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
unsupportedJvmFeatureInTypeException
public static UnsupportedJvmFeatureInTypeException unsupportedJvmFeatureInTypeException(String message)
-
-