Class EntityService.EntityFormDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.netui.impl.bind.entity.EntityService.EntityFormDataException
- All Implemented Interfaces:
InformationException
,Serializable
- Enclosing interface:
EntityService
public static class EntityService.EntityFormDataException
extends RuntimeException
implements InformationException
- See Also:
-
Constructor Summary
ConstructorDescriptionEntityFormDataException
(EntityFormData entityFormData) EntityFormDataException
(EntityFormData entityFormData, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityFormDataException
-
EntityFormDataException
-
-
Method Details
-
getInformation
- Specified by:
getInformation
in interfaceInformationException
-