exceptions
Class NoParametersDefinedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by exceptions.NoParametersDefinedException
All Implemented Interfaces:
java.io.Serializable

public class NoParametersDefinedException
extends java.lang.Exception

This exception is thrown when the user tries to update the current DataSheet with data from a file that is not compatible, for example because the number of parameters does not fit.

See Also:
Serialized Form

Constructor Summary
NoParametersDefinedException()
          Instantiates a new NoParametersDefined exception.
 
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

NoParametersDefinedException

public NoParametersDefinedException()
Instantiates a new NoParametersDefined exception.