cz.cuni.jagrlib
Class BadInterfaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.cuni.jagrlib.BadInterfaceException
All Implemented Interfaces:
java.io.Serializable

public class BadInterfaceException
extends java.lang.Exception

Attempt to connect two incompatible Plugs.

Since:
0.01
See Also:
JaGrLibException, BadInterfaceException.java, Serialized Form

Constructor Summary
BadInterfaceException()
          Constructs an BadInterfaceException with no detail message.
BadInterfaceException(java.lang.String msg)
          Constructs an BadInterfaceException 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

BadInterfaceException

public BadInterfaceException()
Constructs an BadInterfaceException with no detail message.


BadInterfaceException

public BadInterfaceException(java.lang.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.