org.media.mn8.event
Class mn8Error

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.media.mn8.event.mn8Error
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConceptNotFoundException, MethodNotFoundException, NotLogicalExpressionException, NotStaticMethodException, UnexpectedError

public class mn8Error
extends RuntimeException

Version:
$Revision: 1.2 $ $Date: 2002/08/20 03:28:02 $
Author:
Remus Pereni
See Also:
LogManager, Serialized Form

Field Summary
 String conceptName
           
static String id
           
 String itemName
           
 int lineNr
           
 String scriptName
           
static String type
           
 
Constructor Summary
mn8Error()
           
 
Method Summary
 String getMessage()
           
 String getSimpleMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

id

public static String id

type

public static final String type
See Also:
Constant Field Values

lineNr

public int lineNr

scriptName

public String scriptName

conceptName

public String conceptName

itemName

public String itemName
Constructor Detail

mn8Error

public mn8Error()
Method Detail

getSimpleMessage

public String getSimpleMessage()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


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