cz.cuni.jagrlib
Class BadInterfaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.cuni.jagrlib.BadInterfaceException
- All Implemented Interfaces:
- Serializable
public class BadInterfaceException
- extends Exception
Attempt to connect two incompatible Plug
s.
- Since:
- 0.01
- Version:
- 0.25 $Rev: 385 $ $Date: 2007-01-07 01:47:21 +0100 (ne, 07 I 2007) $ $Author: pepca $
- See Also:
JaGrLibException
,
BadInterfaceException.java,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadInterfaceException
public BadInterfaceException()
- Constructs an BadInterfaceException with no detail message.
BadInterfaceException
public BadInterfaceException(String msg)
- Constructs an BadInterfaceException with the specified
detail message. A detail message is a String that describes
this particular exception.
- Parameters:
msg
- The detail message.