Class NoSuchPreparerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.tiles.TilesException
-
- org.apache.tiles.preparer.PreparerException
-
- org.apache.tiles.preparer.factory.NoSuchPreparerException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchPreparerException extends PreparerException
Thrown when the named preparerInstance can not be found.- Since:
- 2.0
- Version:
- $Rev: 1310865 $ $Date: 2012-04-08 07:01:22 +1000 (Sun, 08 Apr 2012) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchPreparerException()
Constructor.NoSuchPreparerException(java.lang.String message)
Constructor.NoSuchPreparerException(java.lang.String message, java.lang.Throwable e)
Constructor.NoSuchPreparerException(java.lang.Throwable e)
Constructor.
-
-
-
Constructor Detail
-
NoSuchPreparerException
public NoSuchPreparerException()
Constructor.
-
NoSuchPreparerException
public NoSuchPreparerException(java.lang.String message)
Constructor.- Parameters:
message
- The message to include.
-
NoSuchPreparerException
public NoSuchPreparerException(java.lang.Throwable e)
Constructor.- Parameters:
e
- The cause exception.
-
NoSuchPreparerException
public NoSuchPreparerException(java.lang.String message, java.lang.Throwable e)
Constructor.- Parameters:
message
- The message to include.e
- The cause exception.
-
-