Class CompositeType.InvalidFieldReferenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.apache.flink.api.common.typeutils.CompositeType.InvalidFieldReferenceException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CompositeType<T>
@PublicEvolving public static class CompositeType.InvalidFieldReferenceException extends IllegalArgumentException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidFieldReferenceException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidFieldReferenceException
public InvalidFieldReferenceException(String s)
-
-