Package org.jcsp.lang

Class BarrierError

  • All Implemented Interfaces:
    Serializable

    public class BarrierError
    extends Error
    This is thrown for an illegal operation on an Barrier.

    Description

    Currently, there is only one cause: more processes have resigned than were enrolled.
    Author:
    P.H. Welch
    See Also:
    Serialized Form
    • Constructor Detail

      • BarrierError

        public BarrierError​(String s)