blob: 7114694ddb156e99a10f85ce107760f07538f233 [file] [log] [blame]
package org.eclipse.basyx.vab.exception;
/**
* Exception that indicates that a reference to an unknown element type was requested or resolved
*
* @author kuhn
*
*/
public class UnknownElementTypeException extends RuntimeException {
/**
* Version information for serialized instances
*/
private static final long serialVersionUID = 1L;
}