diff --git a/src/main/java/de/neemann/digital/core/NodeException.java b/src/main/java/de/neemann/digital/core/NodeException.java index cba475e13..7d2ab0dc1 100644 --- a/src/main/java/de/neemann/digital/core/NodeException.java +++ b/src/main/java/de/neemann/digital/core/NodeException.java @@ -11,7 +11,9 @@ import java.util.Collection; import java.util.HashSet; /** - * Exception is thrown if the was a problem creating or running the model. + * This exception is thrown if there was a problem creating or running the model. + * Call one of the constructors with as much information as possible to create + * a useful error message. * * @author hneemann */