Package org.apache.tiles.autotag.core
Class AutotagRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tiles.autotag.core.AutotagRuntimeException
- All Implemented Interfaces:
Serializable
Generic exception for Autotag.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.AutotagRuntimeException
(String message) Constructor.AutotagRuntimeException
(String message, Throwable cause) Constructor.AutotagRuntimeException
(Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AutotagRuntimeException
public AutotagRuntimeException()Constructor. -
AutotagRuntimeException
Constructor.- Parameters:
message
- The message of the exception.
-
AutotagRuntimeException
Constructor.- Parameters:
cause
- The cause.
-
AutotagRuntimeException
Constructor.- Parameters:
message
- The message of the exception.cause
- The cause.
-