Class AutotagRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tiles.autotag.core.AutotagRuntimeException
All Implemented Interfaces:
Serializable

public class AutotagRuntimeException extends RuntimeException
Generic exception for Autotag.
See Also:
  • Constructor Details

    • AutotagRuntimeException

      public AutotagRuntimeException()
      Constructor.
    • AutotagRuntimeException

      public AutotagRuntimeException(String message)
      Constructor.
      Parameters:
      message - The message of the exception.
    • AutotagRuntimeException

      public AutotagRuntimeException(Throwable cause)
      Constructor.
      Parameters:
      cause - The cause.
    • AutotagRuntimeException

      public AutotagRuntimeException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The message of the exception.
      cause - The cause.