|
|||||||||
| 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.gbif.datatester.exception.DataTesterException
org.gbif.datatester.exception.ConceptNotFoundException
public class ConceptNotFoundException
Exception to be raised when some concept was not found.
| Constructor Summary | |
|---|---|
ConceptNotFoundException(java.lang.String msg,
Concept concept)
Constructor that accepts the Concept object. |
|
ConceptNotFoundException(java.lang.String msg,
java.lang.String conceptId)
Constructor that accepts the Concept identifier. |
|
| Method Summary | |
|---|---|
java.lang.String |
getConceptId()
Returns the Concept identifier that has been used. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 ConceptNotFoundException(java.lang.String msg,
Concept concept)
Constructor that accepts the Concept object.
msg - Message.concept - Unknown concept.
public ConceptNotFoundException(java.lang.String msg,
java.lang.String conceptId)
Constructor that accepts the Concept identifier.
msg - Message.conceptId - Concept identifier that has been used.| Method Detail |
|---|
public java.lang.String getConceptId()
Returns the Concept identifier that has been used.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||