Package org.apache.sling.graphql.api
Class ScalarConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.script.ScriptException
org.apache.sling.graphql.api.ScalarConversionException
- All Implemented Interfaces:
Serializable
Exception thrown by Scalar converters
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScalarConversionException(@NotNull String reason) ScalarConversionException(@NotNull String reason, @Nullable Throwable cause) -
Method Summary
Methods inherited from class javax.script.ScriptException
getColumnNumber, getFileName, getLineNumber, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScalarConversionException
-
ScalarConversionException
-