Class EvaluationSafeGuardException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EvaluationSafeGuardException
    extends org.api4.java.common.attributedobjects.ObjectEvaluationFailedException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EvaluationSafeGuardException​(java.lang.String message, ai.libs.jaicore.components.api.IComponentInstance ci)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ai.libs.jaicore.components.api.IComponentInstance getCausingComponentInstance()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EvaluationSafeGuardException

        public EvaluationSafeGuardException​(java.lang.String message,
                                            ai.libs.jaicore.components.api.IComponentInstance ci)
    • Method Detail

      • getCausingComponentInstance

        public ai.libs.jaicore.components.api.IComponentInstance getCausingComponentInstance()