Package org.apache.ofbiz.minilang
Class MiniLangRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ofbiz.base.util.GeneralException
-
- org.apache.ofbiz.minilang.MiniLangException
-
- org.apache.ofbiz.minilang.MiniLangRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class MiniLangRuntimeException extends MiniLangException
Thrown to indicate a Mini-language run-time error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MiniLangRuntimeException(java.lang.String str, MiniLangElement element)
MiniLangRuntimeException(java.lang.Throwable nested, MiniLangElement element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
Returns the detail message, including the message from the nested exception if there is one.-
Methods inherited from class org.apache.ofbiz.base.util.GeneralException
checkException, checkException, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
-
-
-
-
Constructor Detail
-
MiniLangRuntimeException
public MiniLangRuntimeException(java.lang.String str, MiniLangElement element)
-
MiniLangRuntimeException
public MiniLangRuntimeException(java.lang.Throwable nested, MiniLangElement element)
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
Description copied from class:GeneralException
Returns the detail message, including the message from the nested exception if there is one.- Overrides:
getMessage
in classGeneralException
-
-