Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| package org.monarchinitiative.owlsim.compute.cpt; | |
| /** | |
| * | |
| * @author cjm | |
| * | |
| */ | |
| public class IncoherentStateException extends Exception { | |
| /** | |
| * | |
| */ | |
| private static final long serialVersionUID = 8248870779021724292L; | |
| /** | |
| * TODO: unify this for either direction | |
| * | |
| * @param label | |
| */ | |
| public IncoherentStateException(String label) { | |
| super(label); | |
| } | |
| } |