uk.ac.essex.common.exception
Class BadConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.essex.common.exception.BadConnectionException
All Implemented Interfaces:
java.io.Serializable

public class BadConnectionException
extends java.lang.Exception

This is a simple class and offers no real extension to it's superclass, except offering a more logical description of the type of error it represents. Which is: when users create operations in OpViewer if one of them is not allowed in a connection then this type of error is thrown.

See Also:
uk.ac.essex.opview.Connector, uk.ac.essex.base.Operator, Serialized Form

Constructor Summary
BadConnectionException()
           
BadConnectionException(java.lang.String s)
           
 
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

BadConnectionException

public BadConnectionException()

BadConnectionException

public BadConnectionException(java.lang.String s)