Package org.adempiere.exceptions
Class FillMandatoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.adempiere.exceptions.AdempiereException
-
- org.adempiere.exceptions.FillMandatoryException
-
- All Implemented Interfaces:
Serializable
public class FillMandatoryException extends AdempiereException
Throwed when there are some fields that are mandatory but unfilled.- Author:
- Teo Sarca, SC ARHIPAC SERVICE SRL
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FillMandatoryException(String... fields)
-
Method Summary
-
Methods inherited from class org.adempiere.exceptions.AdempiereException
getCtx, getLocalizedMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FillMandatoryException
public FillMandatoryException(String... fields)
-
-