org.zkoss.zk.scripting
Class InterpreterNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.zkoss.lang.SystemException
org.zkoss.zk.ui.UiException
org.zkoss.zk.scripting.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 Summary |
InterpreterNotFoundException(java.lang.String lang)
|
InterpreterNotFoundException(java.lang.String lang,
int code)
|
InterpreterNotFoundException(java.lang.String lang,
int code,
java.lang.Object fmtArg)
|
InterpreterNotFoundException(java.lang.String lang,
int code,
java.lang.Object[] fmtArgs)
|
InterpreterNotFoundException(java.lang.String lang,
int code,
java.lang.Object[] fmtArgs,
java.lang.Throwable cause)
|
InterpreterNotFoundException(java.lang.String lang,
int code,
java.lang.Object fmtArg,
java.lang.Throwable cause)
|
InterpreterNotFoundException(java.lang.String lang,
int code,
java.lang.Throwable cause)
|
InterpreterNotFoundException(java.lang.String lang,
java.lang.String s)
|
InterpreterNotFoundException(java.lang.String lang,
java.lang.String msg,
java.lang.Throwable cause)
|
InterpreterNotFoundException(java.lang.String lang,
java.lang.Throwable cause)
|
Method Summary |
java.lang.String |
getLanguage()
Returns the language that is not found. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
getLanguage
public java.lang.String getLanguage()
- Returns the language that is not found.
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.