Package org.apache.druid.segment.column
Class Types.InvalidCastException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.apache.druid.java.util.common.IAE
-
- org.apache.druid.segment.column.Types.InvalidCastException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Types
public static class Types.InvalidCastException extends IAE
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidCastException(TypeSignature<?> type, TypeSignature<?> other)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidCastException
public InvalidCastException(TypeSignature<?> type, TypeSignature<?> other)
-
-