|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--ch.elca.dependency.report.ReportException
ReportException
will be thrown in case of Exceptios in
the ch.elca.dependency.report package.
Field Summary | |
static java.lang.String |
ANALYZE_ERROR
Exception message: ANALYZE_ERROR . |
static java.lang.String |
CONFIG_NOT_AVAILABLE
Exception message: CONFIG_NOT_AVAILABLE . |
static java.lang.String |
COULD_NOT_ADD_REPORT_INFO
Exception message: COULD_NOT_ADD_REPORT_INFO . |
static java.lang.String |
COULD_NOT_SET_FORMATTER
Exception message: COULD_NOT_SET_FORMATTER . |
static java.lang.String |
COULD_NOT_SET_HANDLER
Exception message: COULD_NOT_SET_HANDLER . |
static java.lang.String |
COULD_NOT_WRITE_REPORT
Exception message: COULD_NOT_WRITE_REPORT . |
static java.lang.String |
CREATING_DEFAULT_REPORT_FAILED
Exception message: CREATING_DEFAULT_REPORT_FAILED . |
static java.lang.String |
INVALID_ARGUMENTS
Exception message: INVALID_ARGUMENTS . |
static java.lang.String |
INVALID_ROOT
Exception message: INVALID_ROOT . |
static java.lang.String |
RULES_NOT_AVAILABLE
Exception message: RULES_NOT_AVAILABLE . |
static java.lang.String |
UNKNOWN_FAILURE
Exception message: UNKNOWN_FAILURE . |
Constructor Summary | |
ReportException(java.lang.String problemMessage)
Creates a new ReportException instance. |
|
ReportException(java.lang.String problemMessage,
java.lang.String causeMessage)
Creates a new ReportException instance. |
|
ReportException(java.lang.String problemMessage,
java.lang.String causeMessage,
java.lang.Throwable wrappedException)
Creates a new ReportException instance. |
|
ReportException(java.lang.String problemMessage,
java.lang.Throwable wrappedException)
Creates a new ReportException instance. |
Method Summary | |
java.lang.String |
getCauseMessage()
Get the cause message associated with this ReportException |
java.lang.String |
getMessage()
Get the message associated with this ReportException |
java.lang.String |
getProblemMessage()
Get the problem message associated with this ReportException |
java.lang.Throwable |
getWrappedException()
Get the Exception wrapped within this ReportException. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String INVALID_ARGUMENTS
INVALID_ARGUMENTS
.
public static final java.lang.String INVALID_ROOT
INVALID_ROOT
.
public static final java.lang.String ANALYZE_ERROR
ANALYZE_ERROR
.
public static final java.lang.String RULES_NOT_AVAILABLE
RULES_NOT_AVAILABLE
.
public static final java.lang.String CONFIG_NOT_AVAILABLE
CONFIG_NOT_AVAILABLE
.
public static final java.lang.String UNKNOWN_FAILURE
UNKNOWN_FAILURE
.
public static final java.lang.String COULD_NOT_WRITE_REPORT
COULD_NOT_WRITE_REPORT
.
public static final java.lang.String COULD_NOT_SET_HANDLER
COULD_NOT_SET_HANDLER
.
public static final java.lang.String COULD_NOT_SET_FORMATTER
COULD_NOT_SET_FORMATTER
.
public static final java.lang.String COULD_NOT_ADD_REPORT_INFO
COULD_NOT_ADD_REPORT_INFO
.
public static final java.lang.String CREATING_DEFAULT_REPORT_FAILED
CREATING_DEFAULT_REPORT_FAILED
.
Constructor Detail |
public ReportException(java.lang.String problemMessage)
ReportException
instance.
problemMessage
- a String
valuepublic ReportException(java.lang.String problemMessage, java.lang.Throwable wrappedException)
ReportException
instance.
problemMessage
- a String
valuewrappedException
- a Throwable
valuepublic ReportException(java.lang.String problemMessage, java.lang.String causeMessage)
ReportException
instance.
problemMessage
- a String
valuecauseMessage
- a String
valuepublic ReportException(java.lang.String problemMessage, java.lang.String causeMessage, java.lang.Throwable wrappedException)
ReportException
instance.
problemMessage
- a String
valuecauseMessage
- a String
valuewrappedException
- a Throwable
valueMethod Detail |
public java.lang.String getProblemMessage()
String
valuepublic java.lang.String getCauseMessage()
String
valuepublic java.lang.String getMessage()
getMessage
in class java.lang.Throwable
String
valuepublic java.lang.Throwable getWrappedException()
Throwable
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |