Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.media.mn8.event
Class mn8Error  view mn8Error download mn8Error.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.media.mn8.event.mn8Error
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConceptNotFoundException, MethodNotFoundException, NotLogicalExpressionException, NotStaticMethodException, UnexpectedError

public class mn8Error
extends java.lang.RuntimeException

Version:
$Revision: 1.2 $ $Date: 2002/08/20 03:28:02 $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 java.lang.String conceptName
           
static java.lang.String id
           
 java.lang.String itemName
           
 int lineNr
           
 java.lang.String scriptName
           
static java.lang.String type
           
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
mn8Error()
           
 
Method Summary
 java.lang.String getMessage()
          Get the message associated with this Throwable.
 java.lang.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 java.lang.String id

type

public static final java.lang.String type
See Also:
Constant Field Values

lineNr

public int lineNr

scriptName

public java.lang.String scriptName

conceptName

public java.lang.String conceptName

itemName

public java.lang.String itemName
Constructor Detail

mn8Error

public mn8Error()
Method Detail

getSimpleMessage

public java.lang.String getSimpleMessage()

getMessage

public java.lang.String getMessage()
Description copied from class: java.lang.Throwable
Get the message associated with this Throwable.