|
TPTP 4.3.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.hyades.logging.adapter.AdapterException
org.eclipse.hyades.logging.adapter.AdapterInvalidConfig
org.eclipse.hyades.logging.adapter.parsers.PreparationException
A parser preparation exception.
| Constructor Summary | |
|---|---|
PreparationException()
Default constructor |
|
PreparationException(java.lang.String message)
Create a PreparationException with a message. |
|
PreparationException(java.lang.String message,
java.lang.Throwable cause)
Create a PreparationException with a message and a cause exception. |
|
PreparationException(java.lang.Throwable cause)
Create a PreparationException with a cause exception. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDetails()
Get the details for this exception |
java.lang.String |
getDigraph()
Get the name of the property for which the PreparationException occurred. |
void |
setDetails(java.lang.String details)
Set the details for this exception |
void |
setDigraph(java.lang.String graph)
Set the name of the property for which the PreparationException occurred. |
| Methods inherited from class org.eclipse.hyades.logging.adapter.AdapterException |
|---|
getException, getMessage |
| 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 PreparationException()
public PreparationException(java.lang.String message)
message - - message string to add to the exception
public PreparationException(java.lang.String message,
java.lang.Throwable cause)
message - - message string to add to the exceptioncause - - a cause exception to add to the exceptionpublic PreparationException(java.lang.Throwable cause)
cause - - a cause exception to add to the exception| Method Detail |
public java.lang.String getDetails()
public void setDetails(java.lang.String details)
details - - the details string to add to the exception.public java.lang.String getDigraph()
public void setDigraph(java.lang.String graph)
graph - - the name of the property that encountered an error
during its preparation.
|
TPTP 4.3.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||