Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

netscape.jsdebug
Class InvalidInfoException  view InvalidInfoException download InvalidInfoException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynetscape.jsdebug.InvalidInfoException
All Implemented Interfaces:
java.io.Serializable

public class InvalidInfoException
extends java.lang.Exception

Exception to indicate bad thread state etc...

Since:
1.0
Version:
1.0

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InvalidInfoException()
          Constructs a InvalidInfoException without a detail message.
InvalidInfoException(java.lang.String s)
          Constructs a InvalidInfoException with a detail message.
 
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

InvalidInfoException

public InvalidInfoException()
Constructs a InvalidInfoException without a detail message. A detail message is a String that describes this particular exception.


InvalidInfoException

public InvalidInfoException(java.lang.String s)
Constructs a InvalidInfoException with a detail message. A detail message is a String that describes this particular exception.