org.schmant.support.text
Class ReplaceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.schmant.lang.SchmantException
                  extended by org.schmant.support.text.ReplaceNotFoundException
All Implemented Interfaces:
Serializable

public class ReplaceNotFoundException
extends SchmantException

This exception is thrown by the TextReplacer if text to replace is not found.

Since:
0.9
Author:
Karl Gustafsson
See Also:
Serialized Form

Constructor Summary
ReplaceNotFoundException(String msg)
           
ReplaceNotFoundException(String msg, Throwable t)
           
ReplaceNotFoundException(Throwable t)
           
 
Method Summary
 
Methods inherited from class org.schmant.lang.SchmantException
testAndSetLogged
 
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

ReplaceNotFoundException

public ReplaceNotFoundException(String msg)

ReplaceNotFoundException

public ReplaceNotFoundException(Throwable t)

ReplaceNotFoundException

public ReplaceNotFoundException(String msg,
                                Throwable t)