org.kefirsf.bb
Class TextProcessorFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kefirsf.bb.TextProcessorException
                  extended by org.kefirsf.bb.TextProcessorFactoryException
All Implemented Interfaces:
Serializable

public class TextProcessorFactoryException
extends TextProcessorException

Exception if TextProcessorFactory can't create the TextProcessor instance

Author:
Kefir
See Also:
Serialized Form

Constructor Summary
TextProcessorFactoryException()
           
TextProcessorFactoryException(String message)
           
TextProcessorFactoryException(String message, Throwable cause)
           
TextProcessorFactoryException(Throwable cause)
           
 
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

TextProcessorFactoryException

public TextProcessorFactoryException()

TextProcessorFactoryException

public TextProcessorFactoryException(String message)

TextProcessorFactoryException

public TextProcessorFactoryException(String message,
                                     Throwable cause)

TextProcessorFactoryException

public TextProcessorFactoryException(Throwable cause)


Copyright © 2013. All Rights Reserved.