|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sourceforge.buildmonitor.MonitoringException
public class MonitoringException
Exception that signal an error that occurs during the monitoring of a build
| Constructor Summary | |
|---|---|
MonitoringException(java.lang.String theMessage,
boolean isOptionsRelated,
java.net.URI theRelatedURI)
Create a new instance of the exception. |
|
MonitoringException(java.lang.String theMessage,
java.lang.Throwable theCause,
boolean isOptionsRelated,
java.net.URI theRelatedURI)
Create a new instance of the exception. |
|
MonitoringException(java.lang.String theMessage,
java.lang.Throwable theCause,
java.net.URI theRelatedURI)
Create a new instance of the exception not related to a bad option (user parameter) of the monitor. |
|
MonitoringException(java.lang.String theMessage,
java.net.URI theRelatedURI)
Create a new instance of the exception not related to a bad option (user parameter) of the monitor. |
|
MonitoringException(java.lang.Throwable theCause,
boolean isOptionsRelated,
java.net.URI theRelatedURI)
Create a new instance of the exception. |
|
MonitoringException(java.lang.Throwable theCause,
java.net.URI theRelatedURI)
Create a new instance of the exception not related to a bad option (user parameter) of the monitor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
|
java.net.URI |
getRelatedURI()
Get an URI that can be openend by the end user to resolve the problem (null if not available) |
boolean |
isOptionsRelated()
Is this error related to a bad option (user parameter) of the monitor ? |
| 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 |
| Constructor Detail |
|---|
public MonitoringException(java.lang.String theMessage,
java.lang.Throwable theCause,
java.net.URI theRelatedURI)
theMessage - the message that explains the exceptiontheCause - the cause of the exceptiontheRelatedURI - an URI that could be opened in a browser by the end user to resolve the problem.
public MonitoringException(java.lang.String theMessage,
java.net.URI theRelatedURI)
theMessage - the message that explains the exceptiontheRelatedURI - an URI that could be opened in a browser by the end user to resolve the problem.
public MonitoringException(java.lang.Throwable theCause,
java.net.URI theRelatedURI)
theCause - the cause of the exceptiontheRelatedURI - an URI that could be opened in a browser by the end user to resolve the problem.
public MonitoringException(java.lang.String theMessage,
java.lang.Throwable theCause,
boolean isOptionsRelated,
java.net.URI theRelatedURI)
theMessage - the message that explains the exceptiontheCause - the cause of the exceptionisOptionsRelated - a boolean that signal if the error is related to a bad
option of the monitortheRelatedURI - if isOptionsRelated is false, an URI that could be opened
in a browser by the end user to resolve the problem.
public MonitoringException(java.lang.String theMessage,
boolean isOptionsRelated,
java.net.URI theRelatedURI)
theMessage - the message that explains the exceptionisOptionsRelated - a boolean that signal if the error is related to a badtheRelatedURI - if isOptionsRelated is false, an URI that could be opened
in a browser by the end user to resolve the problem.
public MonitoringException(java.lang.Throwable theCause,
boolean isOptionsRelated,
java.net.URI theRelatedURI)
theCause - the cause of the exceptionisOptionsRelated - a boolean that signal if the error is related to a badtheRelatedURI - if isOptionsRelated is false, an URI that could be opened
in a browser by the end user to resolve the problem.| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic boolean isOptionsRelated()
public java.net.URI getRelatedURI()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||