public class TilesException extends RuntimeException
| Constructor and Description | 
|---|
| TilesException()Constructor. | 
| TilesException(String message)Constructor. | 
| TilesException(String message,
              Throwable e)Create a new  TilesExceptionfrom an existing exception. | 
| TilesException(Throwable e)Create a new  TilesExceptionwrapping an existing exception. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TilesException()
public TilesException(String message)
message - The error or warning message.public TilesException(Throwable e)
TilesException wrapping an existing exception.
 
 The existing exception will be embedded in the new one, and its message will become the default message for the TilesException.
e - The cause to be wrapped.Copyright © 2000–2025 Apache Software Foundation. All rights reserved.