NodeError.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>NodeError - Three.js Docs</title>
  6. <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
  7. <script src="../scripts/highlight.min.js"></script>
  8. <link type="text/css" rel="stylesheet" href="../styles/highlight-three.css">
  9. <link type="text/css" rel="stylesheet" href="../styles/page.css">
  10. </head>
  11. <body>
  12. <h1 translate="no">NodeError</h1>
  13. <section>
  14. <header>
  15. <div class="class-description"><p>Custom error class for node-related errors, including stack trace information.</p></div>
  16. </header>
  17. <article>
  18. <div class="container-overview">
  19. <h2>Constructor</h2>
  20. <h3 class="name name-method" id="NodeError" translate="no">new <a href="#NodeError">NodeError</a><span class="signature">()</span> </h3>
  21. <div class="method">
  22. </div>
  23. </div>
  24. <h2 class="subsection-title">Properties</h2>
  25. <div class="member">
  26. <h3 class="name" id="name" translate="no">.<a href="#name">name</a><span class="type-signature"> : string</span> </h3>
  27. <div class="description">
  28. <p>The name of the error.</p>
  29. </div>
  30. </div>
  31. <div class="member">
  32. <h3 class="name" id="stackTrace" translate="no">.<a href="#stackTrace">stackTrace</a><span class="type-signature"> : <a href="StackTrace.html">StackTrace</a></span> </h3>
  33. <div class="description">
  34. <p>The stack trace associated with the error.</p>
  35. </div>
  36. </div>
  37. <h2 class="subsection-title">Source</h2>
  38. <p>
  39. <a href="https://github.com/mrdoob/three.js/blob/master/src/nodes/core/NodeError.js" translate="no" target="_blank" rel="noopener">src/nodes/core/NodeError.js</a>
  40. </p>
  41. </article>
  42. </section>
  43. <script src="../scripts/linenumber.js"></script>
  44. <script src="../scripts/page.js"></script>
  45. </body>
  46. </html>
粤ICP备19079148号