Package org.motechproject.mots.exception
Class BaseFormattedException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.motechproject.mots.exception.MotsException
 - 
- org.motechproject.mots.exception.BaseFormattedException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Direct Known Subclasses:
 CourseProgressException,EntityNotFoundException,JasperReportViewException,ReportingException
public abstract class BaseFormattedException extends MotsException
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BaseFormattedException(java.lang.String message)BaseFormattedException(java.lang.String format, java.lang.Object... parameters)BaseFormattedException(java.lang.Throwable cause, java.lang.String message)BaseFormattedException(java.lang.Throwable cause, java.lang.String format, java.lang.Object... parameters) 
 - 
 
- 
- 
Constructor Detail
- 
BaseFormattedException
public BaseFormattedException(java.lang.String message)
 
- 
BaseFormattedException
public BaseFormattedException(java.lang.Throwable cause, java.lang.String message) 
- 
BaseFormattedException
public BaseFormattedException(java.lang.String format, java.lang.Object... parameters) 
- 
BaseFormattedException
public BaseFormattedException(java.lang.Throwable cause, java.lang.String format, java.lang.Object... parameters) 
 - 
 
 -