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