P4Exception.html #1

  • //
  • guest/
  • perforce_software/
  • p4ruby/
  • main/
  • doc/
  • P4Exception.html
  • View
  • Commits
  • Open Download .zip Download (1 KB)
<html>
<head>
  <title>P4/Ruby</title>
  <link rel="stylesheet" type="text/css" href="docstyle.css">
</head>
<body>
  <p align="right">
    <a href="index.html">Contents</a>
  </p>

  <div class="classhdr">
    <table border=0>
      <tr>
	<td>
	  <span class="classtag">Class</span>
	  <span class="classname">P4Exception</span>
	  <span class="classparent">&lt; RuntimeError</span>
	</td>
	<td id="righttext">
	  <span class="requiretag">require</span>
	  <span class="modulename">"P4"</span>
	</td>
      </tr>
    </table>
  </div>

  <div class="classhdr">
  </div>

  <h3>Description</h3>

  Shallow subclass of RuntimeError to be used for catching Perforce specific
  errors. Doesn't contain any extra information. See 
  <a href="P4.html#errors">P4#errors</a> and
  <a href="P4.html#warnings">P4#warnings</a>
  for details of the errors giving rise to the exception.

  <div class="classmethods">
    <h3>Class Methods</h3>

    None.
  </div>


  <div class="instancemethods">
    <h3>Instance Methods</h3>

    None.
  </div>

  <h3>See Also</h3>

  <div class="seealso">
    <a href="P4.html">P4</a>
    <a href="P4DepotFile.html">P4DepotFile</a>
    <a href="P4Integration.html">P4Integration</a>
    <a href="P4Revision.html">P4Revision</a>
    <a href="P4Spec.html">P4::Spec</a>
  </div>

</body>
</html>
  


# Change User Description Committed
#2 14520 tony Replace old P4Ruby documentation with a RELNOTES file, (and
ultimately, Doug's new manual), and update the MANIFEST to
match (and include the new tests)

I've also removed the old installer files as our new installer
won't use them.
#1 14480 tony Add P4Ruby 1.5944 to main as start-point for the first
productized release of P4Ruby