org.sbml.jsbml
public class IdentifierException extends SBMLException
NamedSBase
but if the given identifier is already
registered in the containing Model
.SBMLException.Category, SBMLException.Code, SBMLException.Type
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DUPLICATE_IDENTIFIER_MSG |
private static org.apache.log4j.Logger |
logger |
private static long |
serialVersionUID
Generated serial version identifier.
|
Constructor and Description |
---|
IdentifierException(NamedSBase sb,
java.lang.String id) |
IdentifierException(SBase sb,
java.lang.String metaId) |
getCategory, getCode, getShortMessage, getType, isError, isFatal, isInfo, isInternal, isSystem, isWarning, isXML, setCategory, setCode, setError, setFatal, setInfo, setInternal, setShortMessage, setSystem, setWarning, setXML
getErrorId
private static final long serialVersionUID
private static final transient org.apache.log4j.Logger logger
public static final java.lang.String DUPLICATE_IDENTIFIER_MSG
public IdentifierException(NamedSBase sb, java.lang.String id)
sb
- id
- public IdentifierException(SBase sb, java.lang.String metaId)
abstractSBase
- metaId
-