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 SummaryConstructorsConstructorDescriptionConstructor.PreparerException(String message) Constructor.PreparerException(String message, Throwable e) Constructor.Constructor.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PreparerExceptionpublic PreparerException()Constructor.
- 
PreparerExceptionConstructor.- Parameters:
- e- The cause exception.
 
- 
PreparerExceptionConstructor.- Parameters:
- message- The message to include.
 
- 
PreparerExceptionConstructor.- Parameters:
- message- The message to include.
- e- The cause exception.
 
 
-