Package org.jcsp.lang
Class BarrierError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.jcsp.lang.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 Summary
Constructors Constructor Description BarrierError(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BarrierError
public BarrierError(String s)
-
-