Class PropertyComputationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ai.libs.jaicore.graphvisualizer.events.recorder.property.PropertyComputationFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class PropertyComputationFailedException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyComputationFailedException()PropertyComputationFailedException(java.lang.String message)PropertyComputationFailedException(java.lang.String message, java.lang.Throwable cause)PropertyComputationFailedException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)PropertyComputationFailedException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
PropertyComputationFailedException
public PropertyComputationFailedException()
-
PropertyComputationFailedException
public PropertyComputationFailedException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
PropertyComputationFailedException
public PropertyComputationFailedException(java.lang.String message, java.lang.Throwable cause)
-
PropertyComputationFailedException
public PropertyComputationFailedException(java.lang.String message)
-
PropertyComputationFailedException
public PropertyComputationFailedException(java.lang.Throwable cause)
-
-