# Methods

|                                                                                                                                                                                                                                                                                                                                                            |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>public</strong> <a href="methods/delete"><strong>delete()</strong></a><strong>:</strong> <mark style="color:green;">this</mark><br>Deletes the error of a specified <a href="delete#id-errorid"><code>id</code></a> from the object.</p>                                                                                                        |
| <p><strong>public</strong> <a href="methods/has"><strong>has()</strong></a><strong>:</strong> <mark style="color:green;">boolean</mark><br>The <code>has()</code> method checks whether the error of the given <a href="has#id-errorid"><code>id</code></a> exists in a specified object.</p>                                                              |
| <p><strong>public</strong> <a href="methods/throw"><strong>throw()</strong></a><strong>:</strong> <mark style="color:green;">void</mark><br>Throws an error of the given <a href="throw#id-errorid"><code>id</code></a> if the unique <a href="../constructor#...id-id"><code>id</code></a> was provided in the <a href="constructor">constructor</a>.</p> |
| <p><strong>protected</strong> <a href="methods/isallowedid"><strong>isAllowedId()</strong></a><strong>:</strong> <mark style="color:green;">boolean</mark><br>Checks whether the given <a href="../../getting-started/basic-concepts#unique-identification">identification</a> number was provided in the <a href="constructor">constructor</a>.</p>       |
