Class InvalidOrdinalRestrictionTypeException

All Implemented Interfaces:
Serializable

public class InvalidOrdinalRestrictionTypeException extends ContentManagerException
See Also:
  • Constructor Details

    • InvalidOrdinalRestrictionTypeException

      public InvalidOrdinalRestrictionTypeException(Class beanClass, String property, String restriction, Class type)
  • Method Details

    • getBeanClass

      public Class getBeanClass()
    • getProperty

      public String getProperty()
    • getRestriction

      public String getRestriction()
    • getType

      public Class getType()