    

 ## On this page

  

 

 # Class: PHXNoSuchReplacementException

 Last update: 16.07.2025 

**Package:** `com.phoenix_int.aserver.util`

**Class Hierarchy**

```
↳ java.lang.Object
  ↳ java.lang.Throwable
    ↳ java.lang.Exception
      ↳ com.phoenix_int.aserver.util.PHXNoSuchReplacementException

```

**Implemented Interfaces**

- `java.io.Serializable`

---

**Declaration**

```java
public class PHXNoSuchReplacementException
extends java.lang.Exception

```

An exception that is thrown when a replacement string cannot be found.

**See Also:**

- [Serialized Form](../../../../serialized-form.md)

## Constructor Summary

Constructor and Description`PHXNoSuchReplacementException()`## Method Summary

### Methods inherited from class java.lang.Throwable

`addSuppressed`, `fillInStackTrace`, `getCause`, `getLocalizedMessage`, `getMessage`, `getStackTrace`, `getSuppressed`, `initCause`, `printStackTrace`, `printStackTrace`, `printStackTrace`, `setStackTrace`, `toString`

### Methods inherited from class java.lang.Object

`clone`, `equals`, `finalize`, `getClass`, `hashCode`, `notify`, `notifyAll`, `wait`, `wait`, `wait`

## Constructor Detail

### PHXNoSuchReplacementException

```java
public PHXNoSuchReplacementException()

```