Class InstanceOpMethodException

  • All Implemented Interfaces:
    Serializable

    public class InstanceOpMethodException
    extends InvalidOpException
    Exception thrown when an Op declared as a Method is an instance method of some class. This is not allowed, as the Op engine doesn't know how to instantiate the declaring class of an instance method.
    Author:
    Gabriel Selzer
    See Also:
    Serialized Form
    • Constructor Detail

      • InstanceOpMethodException

        public InstanceOpMethodException​(Method method)
        Default constructor
        Parameters:
        method - the instance method