Class TypeRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.permissionsfacades.validation.exception.TypeRequiredException
- All Implemented Interfaces:
Serializable
Throw this exception when the type of
TypePermissionsData isn't provided- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TypeRequiredException
public TypeRequiredException(int index) Instantiates the exception- Parameters:
index- the index of the type permissions entry for which the type is not provided
-