Package org.apache.tiles.api.preparer
Class PreparerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tiles.api.TilesException
org.apache.tiles.api.preparer.PreparerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoSuchPreparerException
Thrown when an exception occurs while processing a prepare request.
- Since:
- Tiles 2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.PreparerException
(String message) Constructor.PreparerException
(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
-
PreparerException
public PreparerException()Constructor. -
PreparerException
Constructor.- Parameters:
e
- The cause exception.
-
PreparerException
Constructor.- Parameters:
message
- The message to include.
-
PreparerException
Constructor.- Parameters:
message
- The message to include.e
- The cause exception.
-