org.sbml.jsbml.util
public class NotImplementedException extends java.lang.Error
Exception
indicates currently missing functionality in
JSBML. This class will be removed as soon JSBML has implemented all features.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Generated serial version identifier
|
Constructor and Description |
---|
NotImplementedException() |
NotImplementedException(java.lang.String message) |
NotImplementedException(java.lang.String message,
java.lang.Throwable cause) |
NotImplementedException(java.lang.Throwable cause) |
private static final long serialVersionUID
public NotImplementedException()
public NotImplementedException(java.lang.String message)
message
- public NotImplementedException(java.lang.Throwable cause)
cause
- public NotImplementedException(java.lang.String message, java.lang.Throwable cause)
message
- cause
-