com.dooapp.gaedo.blueprints.CantCreateAVertexForALiteralException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gaedo-blueprints Show documentation
Show all versions of gaedo-blueprints Show documentation
Implementation of gaedo mechanisms backed by blueprints graph layer
package com.dooapp.gaedo.blueprints;
public class CantCreateAVertexForALiteralException extends LiteralsHaveNoAssociatedVerticesException {
public CantCreateAVertexForALiteralException() {
}
public CantCreateAVertexForALiteralException(String message, Throwable cause) {
super(message, cause);
}
public CantCreateAVertexForALiteralException(String message) {
super(message);
}
public CantCreateAVertexForALiteralException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy