org.alicebot.server.core.processor
Class ProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.alicebot.server.core.processor.ProcessorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AIMLProcessorException, InvalidStartupElementException

public class ProcessorException
extends java.lang.Exception

Should be thrown by processors when they find content that they cannot handle.

Since:
4.1.3
Author:
Noel Bush
See Also:
Serialized Form

Constructor Summary
ProcessorException(java.lang.String message)
           
 
Method Summary
 
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
 

Constructor Detail

ProcessorException

public ProcessorException(java.lang.String message)