org.sbml.jsbml.util.compilers
public class UnitException extends SBMLException
ASTNode
.SBMLException.Category, SBMLException.Code, SBMLException.Type
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Generated serial version identifier.
|
Constructor and Description |
---|
UnitException() |
UnitException(java.lang.String message) |
UnitException(java.lang.String message,
java.lang.Throwable cause) |
UnitException(java.lang.Throwable cause) |
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
public UnitException()
public UnitException(java.lang.String message)
message
- public UnitException(java.lang.Throwable cause)
cause
- public UnitException(java.lang.String message, java.lang.Throwable cause)
message
- cause
-