org.micropsi.common.exception
Class MicropsiException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.micropsi.common.exception.MicropsiException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MicropsiConfigException, NetIntegrityException

public class MicropsiException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
protected  java.lang.String description
           
protected  int id
           
 
Constructor Summary
MicropsiException(int id)
           
MicropsiException(int id, java.lang.String description)
           
MicropsiException(int id, java.lang.String description, java.lang.Throwable rcause)
           
MicropsiException(int id, java.lang.Throwable rcause)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.Throwable getRootCause()
           
 
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

protected int id

description

protected java.lang.String description
Constructor Detail

MicropsiException

public MicropsiException(int id)

MicropsiException

public MicropsiException(int id,
                         java.lang.String description)

MicropsiException

public MicropsiException(int id,
                         java.lang.String description,
                         java.lang.Throwable rcause)

MicropsiException

public MicropsiException(int id,
                         java.lang.Throwable rcause)
Method Detail

getMessage

public java.lang.String getMessage()

getRootCause

public java.lang.Throwable getRootCause()

(c) by Micropsi Project: http://www.cognitive-agents.org

.