|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.nih.nci.caarray.services.external.v1_0.ApiException
gov.nih.nci.caarray.services.external.v1_0.InvalidInputException
gov.nih.nci.caarray.services.external.v1_0.UnsupportedCategoryException
public class UnsupportedCategoryException
Exception thrown to indicate that a category used in an AnnotationCriterion is not currently supported.
Constructor Summary | |
---|---|
UnsupportedCategoryException(CaArrayEntityReference category)
Constructor for no cause. |
|
UnsupportedCategoryException(CaArrayEntityReference category,
java.lang.String msg)
Constructor for no cause. |
Method Summary | |
---|---|
CaArrayEntityReference |
getCategory()
|
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 UnsupportedCategoryException(CaArrayEntityReference category)
category
- the reference to the category that is not supportedpublic UnsupportedCategoryException(CaArrayEntityReference category, java.lang.String msg)
category
- the reference to the category that is not supportedmsg
- a message with more information about the exceptionMethod Detail |
---|
public CaArrayEntityReference getCategory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |