Class ScriptGraphValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.soulfiremc.server.script.ScriptGraphValidationException
- All Implemented Interfaces:
Serializable
Thrown when a ScriptGraph fails validation during construction.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns all diagnostics (both errors and warnings).errors()Returns error messages as strings for backward compatibility.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScriptGraphValidationException
-
-
Method Details
-
diagnostics
Returns all diagnostics (both errors and warnings). -
errors
-