# AssembleHeaderException

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/embeddings/sparkllm/AssembleHeaderException)

Exception raised for errors in the header assembly.

## Signature

```python
AssembleHeaderException(
    self,
    msg: str,
)
```

## Extends

- `Exception`

## Constructors

```python
__init__(
    self,
    msg: str,
) -> None
```

| Name | Type |
|------|------|
| `msg` | `str` |


## Properties

- `message`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/embeddings/sparkllm.py#L272)