org.media.mn8.event
Class mn8ExitEvent

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.media.mn8.event.mn8ExitEvent
All Implemented Interfaces:
Serializable

public class mn8ExitEvent
extends RuntimeException

Exception thrown for general system related errors or warnings.

Version:
$Revision: 1.2 $ $Date: 2002/05/04 18:59:27 $
Author:
Remus Pereni
See Also:
LogManager, Serialized Form

Field Summary
protected  int _type
           
protected  Concept _value
           
static int EXIT_EVENT
           
static int RETURN_EVENT
           
 
Constructor Summary
mn8ExitEvent(int type)
           
mn8ExitEvent(int type, Concept value)
           
 
Method Summary
 Concept getEventValue()
           
 int getType()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RETURN_EVENT

public static int RETURN_EVENT

EXIT_EVENT

public static int EXIT_EVENT

_value

protected Concept _value

_type

protected int _type
Constructor Detail

mn8ExitEvent

public mn8ExitEvent(int type,
                    Concept value)

mn8ExitEvent

public mn8ExitEvent(int type)
Method Detail

getType

public int getType()

getEventValue

public Concept getEventValue()


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."