Class PreparerException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PreparerException

        public PreparerException()
        Constructor.
      • PreparerException

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

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

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