java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
com.aoapps.servlet.jsp.LocalizedJspException
- All Implemented Interfaces:
- LocalizedException,- Serializable
Extends 
JspException to provide exceptions with user locale error messages.- Author:
- AO Industries, Inc.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionLocalizedJspException(Resources resources, String key) LocalizedJspException(Resources resources, String key, Serializable... args) LocalizedJspException(Throwable cause, Resources resources, String key) LocalizedJspException(Throwable cause, Resources resources, String key, Serializable... args) 
- 
Method SummaryModifier and TypeMethodDescriptionfinal Serializable[]getArgs()final StringgetKey()final ResourcesMethods inherited from class javax.servlet.jsp.JspExceptiongetRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
resources
- 
key
- 
args
 
- 
- 
Constructor Details- 
LocalizedJspException
- 
LocalizedJspException
- 
LocalizedJspException
- 
LocalizedJspExceptionpublic LocalizedJspException(Throwable cause, Resources resources, String key, Serializable... args) 
 
- 
- 
Method Details- 
getLocalizedMessage- Specified by:
- getLocalizedMessagein interface- LocalizedException
- Overrides:
- getLocalizedMessagein class- Throwable
 
- 
getResources- Specified by:
- getResourcesin interface- LocalizedException
 
- 
getKey- Specified by:
- getKeyin interface- LocalizedException
 
- 
getArgs- Specified by:
- getArgsin interface- LocalizedException
- Returns:
- No defensive copy
 
 
- 

