Package uk.ac.cam.ch.wwmm.opsin
Class OpsinWarning
- java.lang.Object
-
- uk.ac.cam.ch.wwmm.opsin.OpsinWarning
-
public class OpsinWarning extends java.lang.Object
A warning generated by OPSIN while interpreting a name.
The specifics of the warning may be used to judge whether you want to accept the generated structure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OpsinWarning.OpsinWarningType
The type of problem OPSIN encountered
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
OpsinWarning.OpsinWarningType
getType()
-
-
-
Method Detail
-
getType
public OpsinWarning.OpsinWarningType getType()
- Returns:
- The type of the warning c.f.
OpsinWarning.OpsinWarningType
-
getMessage
public java.lang.String getMessage()
- Returns:
- The message describing the specific cause of this warning
-
-