|
TPTP 4.0.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.util.AdapterMigrationException
An adapter configuration migration exception
| Constructor Summary | |
|---|---|
AdapterMigrationException()
Default constructor |
|
AdapterMigrationException(java.lang.String message)
Create an AdapterMigrationException with a message. |
|
AdapterMigrationException(java.lang.String message,
java.lang.Throwable cause)
Create an AdapterMigrationException with a message and a cause. |
|
AdapterMigrationException(java.lang.Throwable cause)
Create an AdapterMigrationException with a cause. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAttributeName()
Get the name of the attribute that caused the migration exception. |
java.lang.String |
getDetails()
Get the details of this exception. |
java.lang.String |
getElementName()
Get the name of the element that caused the migration exception. |
void |
setAttributeName(java.lang.String string)
Set the name of the attribute that caused the migration exception. |
void |
setDetails(java.lang.String details)
Set the details of this exception |
void |
setElementName(java.lang.String name)
Set the name of the element that caused the migration exception. |
| 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 AdapterMigrationException()
public AdapterMigrationException(java.lang.String message)
message - - message string
public AdapterMigrationException(java.lang.String message,
java.lang.Throwable cause)
message - - message stringcause - - Throwable causepublic AdapterMigrationException(java.lang.Throwable cause)
cause - - Throwable cause| Method Detail |
public java.lang.String getDetails()
public void setDetails(java.lang.String details)
details - stringpublic java.lang.String getElementName()
public void setElementName(java.lang.String name)
name - of the elementpublic java.lang.String getAttributeName()
public void setAttributeName(java.lang.String string)
string - attribute name
|
TPTP 4.0.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||