Package io.kaitai.struct
Class KaitaiStream.UndecidedEndiannessError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.kaitai.struct.KaitaiStream.UndecidedEndiannessError
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- KaitaiStream
public static class KaitaiStream.UndecidedEndiannessError extends RuntimeException
Error that occurs when default endianness should be decided with a switch, but nothing matches (although using endianness expression implies that there should be some positive result).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndecidedEndiannessError()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-