Class ReferencedClassNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sdase.commons.shared.asyncapi.ReferencedClassNotFoundException
All Implemented Interfaces:
Serializable

public class ReferencedClassNotFoundException extends RuntimeException
Exception to be thrown when a class referenced as $ref: class://fully.qualified.classname.of.Model in an AsyncAPI is not found in the classpath.
See Also:
  • Constructor Details