org.kefirsf.bb
Class TextProcessorNestingException

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.TextProcessorNestingException
All Implemented Interfaces:
Serializable

public class TextProcessorNestingException
extends TextProcessorException

Throws if nesting is too large.

Author:
Vitalii Samolovskikh aka Kefir
See Also:
Serialized Form

Field Summary
static String MESSAGE_PATTERN
           
 
Constructor Summary
TextProcessorNestingException(int limit)
           
 
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
 

Field Detail

MESSAGE_PATTERN

public static final String MESSAGE_PATTERN
See Also:
Constant Field Values
Constructor Detail

TextProcessorNestingException

public TextProcessorNestingException(int limit)


Copyright © 2013. All Rights Reserved.