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:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.NoSuchPreparerException
(String message) Constructor.NoSuchPreparerException
(String message, Throwable e) Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchPreparerException
public NoSuchPreparerException()Constructor. -
NoSuchPreparerException
Constructor.- Parameters:
message
- The message to include.
-
NoSuchPreparerException
Constructor.- Parameters:
e
- The cause exception.
-
NoSuchPreparerException
Constructor.- Parameters:
message
- The message to include.e
- The cause exception.
-