ConForM.CoopnTools.CoKer.CoalaMgr
Class CoalaException

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.CoalaMgr.CoalaElement
        |
        +--ConForM.CoopnTools.CoKer.CoalaMgr.CoalaException
All Implemented Interfaces:
java.lang.Cloneable, CoopnSyntacticElement, java.io.Serializable
Direct Known Subclasses:
CoalaAbortException, CoalaExceptionTerm, CoalaFailException

public abstract class CoalaException
extends CoalaElement

Coala exception.

See Also:
CoalaElement, Serialized Form

Constructor Summary
CoalaException()
           
 
Methods inherited from class ConForM.CoopnTools.CoKer.CoalaMgr.CoalaElement
clone, cloneCoalaElement, equals, hashCode, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteText, toCompleteText, toString, toString, toString, toText
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoalaException

public CoalaException()