All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class framework.ModuleException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----framework.ModuleException

public class ModuleException
extends RuntimeException
When a module is run and it can't be finished succesfully then a ModuleException will be thrown. This exception is not thrown when an error occurs in the java<->c interface. In that case JNIException's are thrown.

See Also:
JNIException

Constructor Index

 o ModuleException(String)

Constructors

 o ModuleException
 public ModuleException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index