ConForM.CoopnTools.CoKer
Class CoopnEnvException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ConForM.CoopnTools.CoKer.CoopnEnvException
All Implemented Interfaces:
java.io.Serializable

public class CoopnEnvException
extends java.lang.Exception

Environment exception. This class defines a kind of exception representing errors during the creation of new environments.

See Also:
EnvMgr, Serialized Form

Constructor Summary
CoopnEnvException()
          EnvException 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

CoopnEnvException

public CoopnEnvException()
EnvException creation.