package eu.wietsevenema.lang.oberon.exceptions; public class ValueUndefinedException extends Exception { public ValueUndefinedException(String string) { super(string); } public ValueUndefinedException() { } private static final long serialVersionUID = 8760522540953825958L; }