net.sourceforge.xconf.toolbox.easymock
Class FactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.xconf.toolbox.easymock.FactoryException
All Implemented Interfaces:
Serializable

public class FactoryException
extends RuntimeException

Exception thrown by MockObjectFactory methods.

Author:
Tom Czarniecki
See Also:
Serialized Form

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

FactoryException

public FactoryException(Throwable cause)


Copyright © 2007 Thomas Czarniecki. All Rights Reserved.