Package io.kaitai.struct
Class ConsistencyError.SizeMismatch
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.kaitai.struct.ConsistencyError
-
- io.kaitai.struct.ConsistencyError.SizeMismatch
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConsistencyError
public static class ConsistencyError.SizeMismatch extends ConsistencyError
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.kaitai.struct.ConsistencyError
ConsistencyError.SizeMismatch
-
-
Constructor Summary
Constructors Constructor Description SizeMismatch(String id, long actual, long expected)
-
Method Summary
-
Methods inherited from class io.kaitai.struct.ConsistencyError
actual, expected, id
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SizeMismatch
public SizeMismatch(String id, long actual, long expected)
-
-