This project has retired. For details please refer to its
Attic page.
NoSuchPreparerException (Tiles 2 2.0.7 API)
org.apache.tiles.preparer
Class NoSuchPreparerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tiles.TilesException
org.apache.tiles.preparer.PreparerException
org.apache.tiles.preparer.NoSuchPreparerException
- All Implemented Interfaces:
- Serializable
public class NoSuchPreparerException
- extends PreparerException
Thrown when the named preparerInstance can not be found.
- Since:
- 2.0
- Version:
- $Rev: 527536 $ $Date: 2007-04-11 17:44:51 +0200 (Wed, 11 Apr 2007) $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchPreparerException
public NoSuchPreparerException(String message)
- Constructor.
- Parameters:
message
- The message to include.
NoSuchPreparerException
public NoSuchPreparerException(String message,
Exception e)
- Constructor.
- Parameters:
message
- The message to include.e
- The cause exception.
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.