net.sf.jsfcomp.facelets.deploy
Class FactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jsfcomp.facelets.deploy.FactoryException
All Implemented Interfaces:
java.io.Serializable

public class FactoryException
extends java.lang.Exception

Author:
Andrew Robinson (andrew)
See Also:
Serialized Form

Constructor Summary
FactoryException()
           
FactoryException(java.lang.String message)
           
FactoryException(java.lang.String message, java.lang.Throwable cause)
           
FactoryException(java.lang.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(java.lang.String message)
Parameters:
message -

FactoryException

public FactoryException(java.lang.Throwable cause)
Parameters:
cause -

FactoryException

public FactoryException(java.lang.String message,
                        java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2007-2008. All Rights Reserved.