edu.rice.cs.drjava.model.javadoc
Class JavadocException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.rice.cs.drjava.model.javadoc.JavadocException
All Implemented Interfaces:
java.io.Serializable

Deprecated. No longer needed.

@Deprecated
public class JavadocException
extends java.lang.Exception

Indicates that an error has occured while attempting to create javadoc.

Version:
$Id: JavadocException.java 5175 2010-01-20 08:46:32Z mgricken $
See Also:
Serialized Form

Constructor Summary
JavadocException(java.lang.String s)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

JavadocException

public JavadocException(java.lang.String s)
Deprecated.