Class ContentReviewProviderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sakaiproject.contentreview.exception.ContentReviewProviderException
-
- All Implemented Interfaces:
Serializable
public class ContentReviewProviderException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentReviewProviderException()ContentReviewProviderException(String message)ContentReviewProviderException(String message, String i18nXml)ContentReviewProviderException(String message, String i18nXml, Throwable cause)ContentReviewProviderException(String message, Throwable cause)ContentReviewProviderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)ContentReviewProviderException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetI18nXml()Returns the an xml representation of formatted messages if i18nXml is set; otherwise fallsback to getLocalizedMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ContentReviewProviderException
public ContentReviewProviderException()
-
ContentReviewProviderException
public ContentReviewProviderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
ContentReviewProviderException
public ContentReviewProviderException(String message, Throwable cause)
-
ContentReviewProviderException
public ContentReviewProviderException(String message)
-
ContentReviewProviderException
public ContentReviewProviderException(Throwable cause)
-
ContentReviewProviderException
public ContentReviewProviderException(String message, String i18nXml)
-
-
Method Detail
-
getI18nXml
public String getI18nXml()
Returns the an xml representation of formatted messages if i18nXml is set; otherwise fallsback to getLocalizedMessage()
-
-