org.apache.tiles.autotag.core
Class AutotagRuntimeException

Package class diagram package AutotagRuntimeException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tiles.autotag.core.AutotagRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClassParseException

public class AutotagRuntimeException
extends RuntimeException

Generic exception for Autotag.

Version:
$Rev: 1044707 $ $Date: 2010-12-11 15:35:57 -0500 (Sat, 11 Dec 2010) $
See Also:
Serialized Form

Constructor Summary
AutotagRuntimeException()
          Constructor.
AutotagRuntimeException(String message)
          Constructor.
AutotagRuntimeException(String message, Throwable cause)
          Constructor.
AutotagRuntimeException(Throwable cause)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

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.


Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.