Class PreparerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchPreparerException

public class PreparerException extends TilesException

Thrown when an exception occurs while processing a prepare request.

Since:
Tiles 2.0
Version:
$Rev: 1310865 $ $Date: 2012-04-08 07:01:22 +1000 (Sun, 08 Apr 2012) $
See Also:
  • Constructor Details

    • PreparerException

      public PreparerException()
      Constructor.
    • PreparerException

      public PreparerException(Throwable e)
      Constructor.
      Parameters:
      e - The cause exception.
    • PreparerException

      public PreparerException(String message)
      Constructor.
      Parameters:
      message - The message to include.
    • PreparerException

      public PreparerException(String message, Throwable e)
      Constructor.
      Parameters:
      message - The message to include.
      e - The cause exception.