Class MissingPromptServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.prompt.service.PromptExecutionException
de.xima.fc.prompt.service.MissingPromptServiceException
- All Implemented Interfaces:
Serializable
Exception thrown when executing a prompt query for which no prompt service implementation could be found. This
usually occurs when the prompt service is provided by a plugin that is not installed or not active anymore.
- Since:
- 8.5.0
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new builder for creating aMissingPromptServiceException.type()Gets the type of the missing prompt service, if known.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
type
Gets the type of the missing prompt service, if known.- Returns:
- The type, or "unknown" if not known.
-
builder
Creates a new builder for creating aMissingPromptServiceException.- Returns:
- The builder.
-