org.kefirsf.bb
Class TextProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kefirsf.bb.TextProcessorException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TextProcessorFactoryException, TextProcessorNestingException
public abstract class TextProcessorException
- extends RuntimeException
Base class for text processor exceptions.
- Author:
- Vitalii Samolovskikh aka Kefir
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TextProcessorException
protected TextProcessorException()
TextProcessorException
protected TextProcessorException(String message)
TextProcessorException
protected TextProcessorException(String message,
Throwable cause)
TextProcessorException
protected TextProcessorException(Throwable cause)
Copyright © 2013. All Rights Reserved.