com.artenum.forceria.template
Class StringTemplateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.artenum.forceria.template.StringTemplateException
All Implemented Interfaces:
Serializable

public class StringTemplateException
extends Exception

Exception thrown if a pattern has not been replaced in replacement string

Author:
JeT - Artenum
See Also:
Serialized Form

Constructor Summary
StringTemplateException()
           
StringTemplateException(String arg0)
           
StringTemplateException(String arg0, Throwable arg1)
           
StringTemplateException(Throwable arg0)
           
 
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

StringTemplateException

public StringTemplateException()

StringTemplateException

public StringTemplateException(String arg0)

StringTemplateException

public StringTemplateException(Throwable arg0)

StringTemplateException

public StringTemplateException(String arg0,
                               Throwable arg1)


Copyright © 2010-2013 Artenum. All Rights Reserved.