You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

182 lines
3.3 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Class: InvalidAdvanceStateError</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Class: InvalidAdvanceStateError</h1>
<section>
<header>
<h2><span class="attribs"><span class="type-signature"></span></span>InvalidAdvanceStateError<span class="signature">()</span><span class="type-signature"></span></h2>
<div class="class-description">Error thrown when the program tries to advance the state, but it is
invalid.</div>
</header>
<article>
<div class="container-overview">
<h2>Constructor</h2>
<h4 class="name" id="InvalidAdvanceStateError"><span class="type-signature"></span>new InvalidAdvanceStateError<span class="signature">()</span><span class="type-signature"></span></h4>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="module_errors.js.html">module/errors.js</a>, <a href="module_errors.js.html#line13">line 13</a>
</li></ul></dd>
</dl>
</div>
<h3 class="subsection-title">Extends</h3>
<ul>
<li>Error</li>
</ul>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="GameBoardComponent.html">GameBoardComponent</a></li><li><a href="GameStateService.html">GameStateService</a></li><li><a href="GridCellComponent.html">GridCellComponent</a></li><li><a href="InvalidAdvanceStateError.html">InvalidAdvanceStateError</a></li><li><a href="InvalidMissileFireAttemptError.html">InvalidMissileFireAttemptError</a></li><li><a href="InvalidShipPlacementError.html">InvalidShipPlacementError</a></li><li><a href="ScoreBoardComponent.html">ScoreBoardComponent</a></li><li><a href="Sound.html">Sound</a></li><li><a href="TopLevelComponent.html">TopLevelComponent</a></li></ul><h3>Global</h3><ul><li><a href="global.html#appUrl">appUrl</a></li><li><a href="global.html#clone">clone</a></li><li><a href="global.html#GameState">GameState</a></li><li><a href="global.html#GridCellState">GridCellState</a></li><li><a href="global.html#instructions">instructions</a></li><li><a href="global.html#isShipCell">isShipCell</a></li><li><a href="global.html#isValidTargetCell">isValidTargetCell</a></li><li><a href="global.html#Player">Player</a></li><li><a href="global.html#ShipType">ShipType</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Sat Sep 12 2020 16:27:46 GMT-0500 (Central Daylight Time)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>