org.escot
Class WiringException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.escot.WiringException
All Implemented Interfaces:
Serializable

public class WiringException
extends Exception

Indicates an exception in wiring features together.

See Also:
Serialized Form

Constructor Summary
WiringException()
          Constructs a WiringException with no specified detail message.
WiringException(String s)
          Constructs a WiringException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WiringException

public WiringException()
Constructs a WiringException with no specified detail message.

WiringException

public WiringException(String s)
Constructs a WiringException with the specified detail message.
Parameters:
s - the detail message.
Since:
JDK1.0