groovytools.builder
Class FactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by groovytools.builder.MetaBuilderException
                  extended by groovytools.builder.FactoryException
All Implemented Interfaces:
Serializable

public class FactoryException
extends MetaBuilderException

Thrown when MetaBuilder doesn't recognize an object as an allowable factory.

Version:
$Id: FactoryException.java 35 2008-08-29 20:59:09Z didge $
Author:
didge
See Also:
Serialized Form

Constructor Summary
FactoryException()
           
FactoryException(String message)
           
FactoryException(String message, Throwable cause)
           
FactoryException(Throwable cause)
           
 
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

FactoryException

public FactoryException()

FactoryException

public FactoryException(String message)

FactoryException

public FactoryException(String message,
                        Throwable cause)

FactoryException

public FactoryException(Throwable cause)


Copyright © 2008 FoundryLogic, LLC. All Rights Reserved.