de.jstacs.parameters
Class CollectionParameter.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.CollectionParameter.InconsistentCollectionException
All Implemented Interfaces:
Serializable
Enclosing class:
CollectionParameter

public class CollectionParameter.InconsistentCollectionException
extends ParameterException

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

Author:
Jan Grau
See Also:
Serialized Form

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

CollectionParameter.InconsistentCollectionException

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

Parameters:
message - the error message