Class ApiConstraintChecker


  • public class ApiConstraintChecker
    extends java.lang.Object
    Checks metadata constraints on API calls.
    Since:
    1.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void errorOnViolation​(java.lang.Class implClass, java.lang.reflect.Method mthd, java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApiConstraintChecker

        public ApiConstraintChecker()
    • Method Detail

      • errorOnViolation

        public static void errorOnViolation​(java.lang.Class implClass,
                                            java.lang.reflect.Method mthd,
                                            java.lang.Object[] args)
                                     throws ome.conditions.ValidationException
        Throws:
        ome.conditions.ValidationException