# AGEQueryException

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/graphs/age_graph/AGEQueryException)

Exception for the AGE queries.

## Signature

```python
AGEQueryException(
    self,
    exception: Union[str, Dict],
)
```

## Extends

- `Exception`

## Constructors

```python
__init__(
    self,
    exception: Union[str, Dict],
) -> None
```

| Name | Type |
|------|------|
| `exception` | `Union[str, Dict]` |


## Properties

- `message`
- `details`

## Methods

- [`get_message()`](https://reference.langchain.com/python/langchain-community/graphs/age_graph/AGEQueryException/get_message)
- [`get_details()`](https://reference.langchain.com/python/langchain-community/graphs/age_graph/AGEQueryException/get_details)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/graphs/age_graph.py#L15)