groovytools.builder
Class FactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovytools.builder.MetaBuilderException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.