Class Break.BreakElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.ofbiz.base.util.GeneralException
org.apache.ofbiz.minilang.MiniLangException
org.apache.ofbiz.minilang.method.envops.Break.BreakElementException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Break
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
BreakElementException
public BreakElementException()
-
-
Method Details
-
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
-