|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.etaxonomy.cdm.io.common.events.IoEventBase
public abstract class IoEventBase
Base class for all IO events.
| Constructor Summary | |
|---|---|
IoEventBase()
|
|
| Method Summary | |
|---|---|
String |
getLocation()
The location in the data where this event was thrown |
String |
getMessage()
A string explaining this event to humans. |
Class |
getThrowingClass()
The class that threw this event. |
void |
setLocation(String location)
|
void |
setMessage(String message)
|
void |
setThrowingClass(Class throwingClass)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IoEventBase()
| Method Detail |
|---|
public void setThrowingClass(Class throwingClass)
setThrowingClass in interface IIoEventpublic Class getThrowingClass()
IIoEvent
getThrowingClass in interface IIoEventpublic void setMessage(String message)
setMessage in interface IIoEventpublic String getMessage()
IIoEvent
getMessage in interface IIoEventpublic void setLocation(String location)
setLocation in interface IIoEventpublic String getLocation()
IIoEvent
getLocation in interface IIoEventpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||