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:
    Serialized Form
    • Constructor Detail

      • RuntimeScriptException

        public RuntimeScriptException()
      • RuntimeScriptException

        public RuntimeScriptException​(String s)
      • RuntimeScriptException

        public RuntimeScriptException​(String s,
                                      Throwable throwable)
      • RuntimeScriptException

        public RuntimeScriptException​(Throwable throwable)