Class InterpreterNotFoundException

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

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

      • Nested classes/interfaces inherited from interface org.zkoss.mesg.MessageConst

        org.zkoss.mesg.MessageConst.BundleInfo
    • Field Summary

      • Fields inherited from class org.zkoss.lang.SystemException

        _code
      • Fields inherited from interface org.zkoss.mesg.MessageConst

        NULL_CODE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLanguage()
      Returns the language that is not found.
      • Methods inherited from class org.zkoss.lang.SystemException

        getCode
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.