

Public Member Functions | |
| Primer3Exception (String message) | |
| Primer3Exception (Throwable cause) | |
Exception thrown when there is a problem generating primers using primer3.
| broad.core.primer3.Primer3Exception.Primer3Exception | ( | String | message | ) |
Creates a new Primer3Exception with the the given message.
| message | An error message describing the nature of the problem. |
| broad.core.primer3.Primer3Exception.Primer3Exception | ( | Throwable | cause | ) |
Creates a new Primer3Exception with a Throwable that was the underlying cause of the problem.
| cause | the Throwable that was the underlying cause of the problem. |
1.8.7