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. |
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