public class PreparerException extends TilesException
Thrown when an exception occurs while processing a prepare request.
| Constructor and Description | 
|---|
| PreparerException()Constructor. | 
| PreparerException(String message)Constructor. | 
| PreparerException(String message,
                 Throwable e)Constructor. | 
| PreparerException(Throwable e)Constructor. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PreparerException()
public PreparerException(Throwable e)
e - The cause exception.public PreparerException(String message)
message - The message to include.Copyright © 2000–2025 Apache Software Foundation. All rights reserved.