Class CodecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hypixel.hytale.codec.exception.CodecException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ACodecMapCodec.UnknownIdException,CodecValidationException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCodecException(String message) CodecException(String message, RawJsonReader reader, ExtraInfo extraInfo, Throwable cause) CodecException(String message, Object obj, ExtraInfo extraInfo, Throwable cause) CodecException(String message, Throwable cause) CodecException(String message, org.bson.BsonValue bsonValue, ExtraInfo extraInfo, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
message
-
-
Constructor Details
-
CodecException
-
CodecException
-
CodecException
-
CodecException
public CodecException(String message, RawJsonReader reader, @Nonnull ExtraInfo extraInfo, Throwable cause) -
CodecException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-