Search Results for

    Show / Hide Table of Contents

    Class JsonParseException

    The exception that is thrown when parsing json file fails.

    Inheritance
    Object
    Exception
    JsonParseException
    Inherited Members
    Exception::_additionalInfo
    Exception::_level
    Exception::_message
    Object::DeleteObject(float timeToLive = 0.0f, bool useGameTime=false)
    Object::DeleteObjectNow()
    Log::JsonParseException
    Exception::Exception()
    Exception::Exception(const String& additionalInfo)
    Exception::Exception(const String& message, const String& additionalInfo)
    Object::Flags
    Exception::GetAdditionalInfo()
    Exception::GetLevel()
    Exception::GetMessage()
    Object::OnDeleteObject()
    Exception::SetLevel(LogType level)
    Exception::ToString()
    Exception::~Exception()
    Object::~Object()
    Namespace: Log
    Assembly: FlaxEngine.dll
    File: Engine/Debug/Exceptions/JsonParseException.h
    Syntax
    public class JsonParseException : public Log::Exception

    Constructors

    JsonParseException(ErrorCode error, size_t offset)

    Init

    Declaration
    public JsonParseException(ErrorCode error, size_t offset)
    Parameters
    ErrorCode error

    Parsing error code.

    size_t offset

    Parsing error location.

    JsonParseException(ErrorCode error, size_t offset, const StringView& additionalInfo)

    Creates default exception with additional data

    Declaration
    public JsonParseException(ErrorCode error, size_t offset, const StringView& additionalInfo)
    Parameters
    ErrorCode error

    Parsing error code.

    size_t offset

    Parsing error location.

    StringView additionalInfo

    Additional information that help describe error

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat