com.google.code.tempusfugit
Class FactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.google.code.tempusfugit.FactoryException
All Implemented Interfaces:
Serializable

public class FactoryException
extends RuntimeException

Since:
1.1
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 © 2009-2012 tempus-fugit committers. All Rights Reserved.