Class UnsupportedScriptEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.polarion.alm.tracker.scripting.UnsupportedScriptEngineException
- All Implemented Interfaces:
IUserFriendlyException
,Serializable
public class UnsupportedScriptEngineException
extends RuntimeException
implements IUserFriendlyException
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionforEngineName
(String engineName, List<String> supportedEngines) forScriptFileNameExtension
(String extension, List<String> supportedExtensions) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedScriptEngineException
-
-
Method Details
-
forEngineName
@NotNull public static UnsupportedScriptEngineException forEngineName(@NotNull String engineName, @NotNull List<String> supportedEngines) -
forScriptFileNameExtension
@NotNull public static UnsupportedScriptEngineException forScriptFileNameExtension(@NotNull String extension, @NotNull List<String> supportedExtensions)
-