Class mheg5.MCM.CoreException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.MCM.CoreException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----mheg5.MCM.CoreException

public class CoreException
extends Exception
CoreException
This class provides the mechanism for special errors of the Engine.

Variable Index

 o exceptionCode
The spaceholder for the type of the exception
 o TARGET_NOT_AVAILABLE
This happend when a target is not avilable or unknown.
 o UNKNOWN_MHEG_ACTION
This type is thrown when an unknown action is found.
 o UNKNOWN_MHEG_EVENT
This errortype is thrown when an unknown event happend.

Constructor Index

 o CoreException()
Throws an unspecific errorexception.
 o CoreException(short)
the method for trowning the Exception.

Variables

 o UNKNOWN_MHEG_EVENT
  public final static short UNKNOWN_MHEG_EVENT
This errortype is thrown when an unknown event happend.
 o UNKNOWN_MHEG_ACTION
  public final static short UNKNOWN_MHEG_ACTION
This type is thrown when an unknown action is found.
 o TARGET_NOT_AVAILABLE
  public final static short TARGET_NOT_AVAILABLE
This happend when a target is not avilable or unknown.
 o exceptionCode
  public short exceptionCode
The spaceholder for the type of the exception

Constructors

 o CoreException
  protected CoreException()
Throws an unspecific errorexception.
 o CoreException
  public CoreException(short reason)
the method for trowning the Exception.
Parameters:
reason - one of the types defined above.

All Packages  Class Hierarchy  This Package  Previous  Next  Index