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:
java.io.Serializable
- Direct Known Subclasses:
Break.BreakElementException
,Continue.ContinueElementException
,MiniLangRuntimeException
,ValidationException
public class MiniLangException extends GeneralException
Thrown to indicate a Mini-language error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MiniLangException()
MiniLangException(java.lang.String str)
MiniLangException(java.lang.String str, java.lang.Throwable nested)
MiniLangException(java.lang.Throwable nested)
-
Method Summary
-
Methods inherited from class org.apache.ofbiz.base.util.GeneralException
checkException, checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
-
-