Package org.apache.struts.tiles
Class FactoryNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.struts.tiles.TilesException
org.apache.struts.tiles.DefinitionsFactoryException
org.apache.struts.tiles.FactoryNotFoundException
- All Implemented Interfaces:
 Serializable
Exception thrown when definitions factory is not found.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor.FactoryNotFoundException(String msg, Exception e) Constructor. - 
Method Summary
Methods inherited from class org.apache.struts.tiles.TilesException
getExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
FactoryNotFoundException
public FactoryNotFoundException()Constructor. - 
FactoryNotFoundException
Constructor.- Parameters:
 msg- Message.
 - 
FactoryNotFoundException
Constructor.- Parameters:
 msg- Message.e- the root cause exception
 
 -