Package io.kaitai.struct
Class ConsistencyError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.kaitai.struct.ConsistencyError
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConsistencyError.SizeMismatch
public class ConsistencyError extends RuntimeException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConsistencyError.SizeMismatch
-
Constructor Summary
Constructors Constructor Description ConsistencyError(String id, Object actual, Object expected)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectactual()Objectexpected()Stringid()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-