org.sbml.jsbml
public class PropertyUndefinedError extends PropertyException
PropertyException indicates that the value belonging to a
mandatory property, for which there is no default value, has not been
declared by the user.SBMLError.SEVERITY| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_UNDEFINED_EXCEPTION_MSG
Message to indicate that a certain property has not been set for the
current
SBase in its level/version combination. |
private static long |
serialVersionUID
Generated serial version identifier.
|
| Constructor and Description |
|---|
PropertyUndefinedError(java.lang.String property,
SBase sbase) |
PropertyUndefinedError(java.lang.String property,
SBasePlugin sbasePlugin) |
createMessage, createMessage, toStringgetCategory, getCode, getColumn, getDetail, getExcerpt, getLine, getMessage, getMessageInstance, getPackage, getSeverity, getShortMessage, isError, isFatal, isInfo, isInternal, isSystem, isWarning, isXML, setCategory, setCode, setColumn, setDetail, setExcerpt, setLine, setMessage, setPackage, setSeverity, setShortMessagegetErrorIdprivate static final long serialVersionUID
public static final java.lang.String PROPERTY_UNDEFINED_EXCEPTION_MSG
SBase in its level/version combination.public PropertyUndefinedError(java.lang.String property,
SBase sbase)
property - sbase - public PropertyUndefinedError(java.lang.String property,
SBasePlugin sbasePlugin)