Class GraphDescriptionBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder.exception.GraphDescriptionBuilderException
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbecauseDescriptionTypeIsNotSupported(GraphDescription graphDescription) becauseDescriptionTypeIsSupportedByMultipleBuilders(GraphDescription graphDescription) becauseEdgeDirectionIsNotSupported(EdgeDirection direction) becauseFirstGraphDescriptionIsForRemoval(SpecificGraphDescriptionBuilder localSpecificBuilder) becauseThereAreNoGraphBuildersWithGivenType(Class<? extends SpecificGraphDescriptionBuilder> builderType) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
becauseEdgeDirectionIsNotSupported
public static GraphDescriptionBuilderException becauseEdgeDirectionIsNotSupported(EdgeDirection direction) -
becauseDescriptionTypeIsNotSupported
public static GraphDescriptionBuilderException becauseDescriptionTypeIsNotSupported(GraphDescription graphDescription) -
becauseProvidedValueIsNotPrimitiveType
-
becauseValueTypeIsNotSupported
-
becauseDescriptionTypeIsSupportedByMultipleBuilders
public static GraphDescriptionBuilderException becauseDescriptionTypeIsSupportedByMultipleBuilders(GraphDescription graphDescription) -
becauseThereAreNoBuilders
-
becauseThereAreNoGraphElementsBuilders
-
becauseThereAreNoGraphBuildersWithGivenType
public static GraphDescriptionBuilderException becauseThereAreNoGraphBuildersWithGivenType(Class<? extends SpecificGraphDescriptionBuilder> builderType) -
becauseFirstGraphDescriptionIsForRemoval
public static GraphDescriptionBuilderException becauseFirstGraphDescriptionIsForRemoval(SpecificGraphDescriptionBuilder localSpecificBuilder)
-