Package org.comroid.uniform
Class StructureTypeMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.comroid.uniform.StructureTypeMismatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class StructureTypeMismatchException extends java.lang.IllegalArgumentException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StructureTypeMismatchException(DataStructureType<?,?,?> errorType)StructureTypeMismatchException(DataStructureType<?,?,?> errorType, @Nullable DataStructureType<?,?,?> expected)
-
-
-
Constructor Detail
-
StructureTypeMismatchException
public StructureTypeMismatchException(DataStructureType<?,?,?> errorType)
-
StructureTypeMismatchException
public StructureTypeMismatchException(DataStructureType<?,?,?> errorType, @Nullable @Nullable DataStructureType<?,?,?> expected)
-
-