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.
-
exceptionCode
- The spaceholder for the type of the exception
-
TARGET_NOT_AVAILABLE
- This happend when a target is not avilable or unknown.
-
UNKNOWN_MHEG_ACTION
- This type is thrown when an unknown action is found.
-
UNKNOWN_MHEG_EVENT
- This errortype is thrown when an unknown event happend.
-
CoreException()
- Throws an unspecific errorexception.
-
CoreException(short)
- the method for trowning the Exception.
UNKNOWN_MHEG_EVENT
public final static short UNKNOWN_MHEG_EVENT
- This errortype is thrown when an unknown event happend.
UNKNOWN_MHEG_ACTION
public final static short UNKNOWN_MHEG_ACTION
- This type is thrown when an unknown action is found.
TARGET_NOT_AVAILABLE
public final static short TARGET_NOT_AVAILABLE
- This happend when a target is not avilable or unknown.
exceptionCode
public short exceptionCode
- The spaceholder for the type of the exception
CoreException
protected CoreException()
- Throws an unspecific errorexception.
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