|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.edg.data.util.DataException | +--org.edg.data.util.InvalidCatalogException
An exception for the case of a catalog not being valid.
Constructor Summary | |
InvalidCatalogException(java.lang.String name,
java.lang.String vendor,
java.lang.String message)
Constructs an InvalidCatalogException with the specified
detail message. |
Method Summary | |
java.lang.String |
getName()
Get the name of the invalid catalog |
java.lang.String |
getVendor()
Get the vendor of the invalid catalog |
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 InvalidCatalogException(java.lang.String name, java.lang.String vendor, java.lang.String message)
InvalidCatalogException
with the specified
detail message.
name
- the pfnvendor
- the vendor stringmessage
- detail messageMethod Detail |
public java.lang.String getName()
public java.lang.String getVendor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |