com.sun.electric.database.network
Class NetworkTool.NetlistNotReady

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.electric.database.network.NetworkTool.NetlistNotReady
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
NetworkTool

public static class NetworkTool.NetlistNotReady
extends java.lang.RuntimeException

Signals that a method has been invoked at an illegal or inappropriate time. In other words, the Java environment or Java application is not in an appropriate state for the requested operation.

See Also:
Serialized Form

Constructor Summary
NetworkTool.NetlistNotReady()
          Constructs an IllegalStateException with no detail message.
NetworkTool.NetlistNotReady(java.lang.String s)
          Constructs an IllegalStateException with the specified detail message.
 
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

NetworkTool.NetlistNotReady

public NetworkTool.NetlistNotReady()
Constructs an IllegalStateException with no detail message. A detail message is a String that describes this particular exception.


NetworkTool.NetlistNotReady

public NetworkTool.NetlistNotReady(java.lang.String s)
Constructs an IllegalStateException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the String that contains a detailed message