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 SummaryConstructorsConstructorDescriptionConstructor.AutotagRuntimeException(String message) Constructor.AutotagRuntimeException(String message, Throwable cause) Constructor.AutotagRuntimeException(Throwable cause) Constructor.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AutotagRuntimeExceptionpublic AutotagRuntimeException()Constructor.
- 
AutotagRuntimeExceptionConstructor.- Parameters:
- message- The message of the exception.
 
- 
AutotagRuntimeExceptionConstructor.- Parameters:
- cause- The cause.
 
- 
AutotagRuntimeExceptionConstructor.- Parameters:
- message- The message of the exception.
- cause- The cause.
 
 
-