org.micropsi.common.exception
Class AbstractExceptionInfo

java.lang.Object
  extended byorg.micropsi.common.exception.AbstractExceptionInfo
Direct Known Subclasses:
ComponentExceptionInfo

public abstract class AbstractExceptionInfo
extends java.lang.Object


Constructor Summary
AbstractExceptionInfo()
           
 
Method Summary
abstract  ExceptionHandlerIF getHandlerForID(int id)
           
abstract  java.lang.Object getParameterForID(int id)
           
abstract  int getSeverityForID(int id)
           
abstract  java.lang.String getTextForID(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractExceptionInfo

public AbstractExceptionInfo()
Method Detail

getTextForID

public abstract java.lang.String getTextForID(int id)

getSeverityForID

public abstract int getSeverityForID(int id)

getHandlerForID

public abstract ExceptionHandlerIF getHandlerForID(int id)

getParameterForID

public abstract java.lang.Object getParameterForID(int id)

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

.