ConForM.CoopnTools.CoKer.CoopnMgr
Class CoopnStaticSemanticsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ConForM.CoopnTools.CoKer.CoopnMgr.CoopnStaticSemanticsException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CoopnArityProblemException, CoopnTypingProblemException

public class CoopnStaticSemanticsException
extends java.lang.Exception

Static Semantics exception. This class defines a kind of exception representing errors during the static semantics checking of CO-OPN/COIL modules.

See Also:
Serialized Form

Constructor Summary
CoopnStaticSemanticsException()
          Static semantics exception creation.
CoopnStaticSemanticsException(java.lang.String s)
          Static semantics exception creation.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoopnStaticSemanticsException

public CoopnStaticSemanticsException()
Static semantics exception creation.

CoopnStaticSemanticsException

public CoopnStaticSemanticsException(java.lang.String s)
Static semantics exception creation.