de.jstacs.parameters
Class AbstractSelectionParameter.InconsistentCollectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.jstacs.parameters.ParameterException
              extended by de.jstacs.parameters.AbstractSelectionParameter.InconsistentCollectionException
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractSelectionParameter

public class AbstractSelectionParameter.InconsistentCollectionException
extends ParameterException

This exception is thrown if the AbstractSelectionParameter is inconsistent for some reason.

Author:
Jan Grau
See Also:
Serialized Form

Constructor Summary
AbstractSelectionParameter.InconsistentCollectionException(String message)
          Constructs a new AbstractSelectionParameter.InconsistentCollectionException with message 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

AbstractSelectionParameter.InconsistentCollectionException

public AbstractSelectionParameter.InconsistentCollectionException(String message)
Constructs a new AbstractSelectionParameter.InconsistentCollectionException with message message.

Parameters:
message - the error message