cookxml.core.exception
Class NoFactoryFunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cookxml.core.exception.CookXmlException
                  extended by cookxml.core.exception.SetupException
                      extended by cookxml.core.exception.NoFactoryFunctionException
All Implemented Interfaces:
Serializable

public class NoFactoryFunctionException
extends SetupException

This exception is used by GetInstanceCreator to indicate that a particular class does not have the specified public static function.

Since:
CookXml 3.1
Version:
$Id: NoFactoryFunctionException.java 215 2007-06-06 03:59:41Z coconut $
See Also:
GetInstanceCreator, Serialized Form

Field Summary
 String functionName
           
 Class tagClass
           
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
NoFactoryFunctionException(Class tagClass, String funcName)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class cookxml.core.exception.CookXmlException
getProperty, setProperty
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tagClass

public final Class tagClass

functionName

public final String functionName
Constructor Detail

NoFactoryFunctionException

public NoFactoryFunctionException(Class tagClass,
                                  String funcName)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable