org.embl.ebi.escience.scuflui
Class InputsNotMatchingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.embl.ebi.escience.scufl.ScuflException
              extended by org.embl.ebi.escience.scuflui.InputsNotMatchingException
All Implemented Interfaces:
java.io.Serializable

public class InputsNotMatchingException
extends ScuflException

See Also:
Serialized Form

Constructor Summary
InputsNotMatchingException()
           
InputsNotMatchingException(java.lang.String message)
           
InputsNotMatchingException(java.lang.String message, java.lang.Throwable cause)
           
InputsNotMatchingException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InputsNotMatchingException

public InputsNotMatchingException()

InputsNotMatchingException

public InputsNotMatchingException(java.lang.String message)

InputsNotMatchingException

public InputsNotMatchingException(java.lang.Throwable cause)

InputsNotMatchingException

public InputsNotMatchingException(java.lang.String message,
                                  java.lang.Throwable cause)