Package org.apache.ofbiz.minilang
Class MiniLangException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.ofbiz.base.util.GeneralException
org.apache.ofbiz.minilang.MiniLangException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Break.BreakElementException
,Continue.ContinueElementException
,MiniLangRuntimeException
,ValidationException
Thrown to indicate a Mini-language error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMiniLangException
(String str) MiniLangException
(String str, Throwable nested) MiniLangException
(Throwable nested) -
Method Summary
Methods inherited from class org.apache.ofbiz.base.util.GeneralException
checkException, checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
MiniLangException
public MiniLangException() -
MiniLangException
-
MiniLangException
-
MiniLangException
-