Class RuntimeScriptException

All Implemented Interfaces:
Serializable

public class RuntimeScriptException extends RuntimeException
Thrown by classes handling script engines like the javascript-based filters for SAM/VCF
See Also:
  • Constructor Details

    • RuntimeScriptException

      public RuntimeScriptException()
    • RuntimeScriptException

      public RuntimeScriptException(String s)
    • RuntimeScriptException

      public RuntimeScriptException(String s, Throwable throwable)
    • RuntimeScriptException

      public RuntimeScriptException(Throwable throwable)