Class PrivateOpException

  • All Implemented Interfaces:
    Serializable

    public class PrivateOpException
    extends InvalidOpException
    Exception thrown when an Op is declared as private. This is disallowed as the Ops engine cannot access it.
    Author:
    Gabriel Selzer
    See Also:
    Serialized Form
    • Constructor Detail

      • PrivateOpException

        public PrivateOpException​(Field field)
      • PrivateOpException

        public PrivateOpException​(Method method)