Package spark.embeddedserver
Class NotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
spark.embeddedserver.NotSupportedException
- All Implemented Interfaces:
Serializable
Used to indicate that a feature is not supported for the specific embedded server.
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
raise
Raises a NotSupportedException for the provided class name and feature name.- Parameters:
clazz- the class namefeature- the feature name
-