|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdentifierException | |
cds.simbad | Contains all classes dealing with the SIMBAD database and its data. |
cds.simbad.ident |
Uses of IdentifierException in cds.simbad |
Methods in cds.simbad that throw IdentifierException | |
void |
Identifier.setIdent(java.lang.String ident,
boolean isNormalized)
Sets a new identifier for this object |
Constructors in cds.simbad that throw IdentifierException | |
Identifier(java.lang.String id)
Constructor. |
|
Identifier(java.lang.String id,
boolean isNormalized)
Constructor. |
|
Identifier(java.lang.String id,
boolean isNormalized,
IdentDebugData debugData)
|
Uses of IdentifierException in cds.simbad.ident |
Methods in cds.simbad.ident that return IdentifierException | |
static IdentifierException |
IdentifierException.catalogNotFound(java.lang.String identifier)
Factory method. returns an identifierException object for catalog not found error |
static IdentifierException |
IdentifierException.identifierSyntaxError(java.util.ArrayList catlist,
java.lang.String identifier)
Factory method. returns an identifierException object for identifier syntax error |
static IdentifierException |
IdentifierException.catalogAmbiguity(java.util.ArrayList catlist,
java.lang.String identifier)
Factory method. returns an identifierException object for catalog ambiguity |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |