Class UnsupportedAttributeTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.api4.java.ai.ml.core.dataset.serialization.UnsupportedAttributeTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedAttributeTypeException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedAttributeTypeException()UnsupportedAttributeTypeException(java.lang.String message)UnsupportedAttributeTypeException(java.lang.String message, java.lang.Throwable cause)UnsupportedAttributeTypeException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)UnsupportedAttributeTypeException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
UnsupportedAttributeTypeException
public UnsupportedAttributeTypeException()
-
UnsupportedAttributeTypeException
public UnsupportedAttributeTypeException(java.lang.String message)
-
UnsupportedAttributeTypeException
public UnsupportedAttributeTypeException(java.lang.Throwable cause)
-
UnsupportedAttributeTypeException
public UnsupportedAttributeTypeException(java.lang.String message, java.lang.Throwable cause)
-
UnsupportedAttributeTypeException
public UnsupportedAttributeTypeException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-