Class InterpreterNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable, Messageable, MessageConst

    public class InterpreterNotFoundException
    extends UiException
    Denotes the interpreter of the requested scripting language not found.
    Author:
    tomyeh
    See Also:
    Serialized Form
    • Constructor Detail

      • InterpreterNotFoundException

        public InterpreterNotFoundException​(java.lang.String lang,
                                            java.lang.String msg,
                                            java.lang.Throwable cause)
        Parameters:
        lang - the language name.
      • InterpreterNotFoundException

        public InterpreterNotFoundException​(java.lang.String lang,
                                            java.lang.String s)
        Parameters:
        lang - the language name.
      • InterpreterNotFoundException

        public InterpreterNotFoundException​(java.lang.String lang,
                                            java.lang.Throwable cause)
        Parameters:
        lang - the language name.
      • InterpreterNotFoundException

        public InterpreterNotFoundException​(java.lang.String lang)
        Parameters:
        lang - the language name.
      • InterpreterNotFoundException

        public InterpreterNotFoundException​(java.lang.String lang,
                                            int code,
                                            java.lang.Object[] fmtArgs,
                                            java.lang.Throwable cause)
        Parameters:
        lang - the language name.
      • InterpreterNotFoundException

        public InterpreterNotFoundException​(java.lang.String lang,
                                            int code,
                                            java.lang.Object fmtArg,
                                            java.lang.Throwable cause)
        Parameters:
        lang - the language name.
      • InterpreterNotFoundException

        public InterpreterNotFoundException​(java.lang.String lang,
                                            int code,
                                            java.lang.Object[] fmtArgs)
        Parameters:
        lang - the language name.
      • InterpreterNotFoundException

        public InterpreterNotFoundException​(java.lang.String lang,
                                            int code,
                                            java.lang.Object fmtArg)
        Parameters:
        lang - the language name.
      • InterpreterNotFoundException

        public InterpreterNotFoundException​(java.lang.String lang,
                                            int code,
                                            java.lang.Throwable cause)
        Parameters:
        lang - the language name.
      • InterpreterNotFoundException

        public InterpreterNotFoundException​(java.lang.String lang,
                                            int code)
        Parameters:
        lang - the language name.
    • Method Detail

      • getLanguage

        public java.lang.String getLanguage()
        Returns the language that is not found.