sbrt.kernel.io
Class ConflictingInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by sbrt.kernel.io.ConflictingInputException
All Implemented Interfaces:
java.io.Serializable

public class ConflictingInputException
extends java.lang.RuntimeException

This class is used to indicate conflicting inputs.

Author:
This class was written and documented by Jeremiah Wright while in the Wagner lab.
See Also:
Serialized Form

Constructor Summary
ConflictingInputException(java.util.List<?> conflicts)
          Constructs a new conflicting input exception.
 
Method Summary
 UnmodifiableList<?> getConflicts()
          Returns the list of conflicting inputs.
 
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

ConflictingInputException

public ConflictingInputException(java.util.List<?> conflicts)
Constructs a new conflicting input exception.

Parameters:
conflicts - a list of conflicting inputs.
Method Detail

getConflicts

public UnmodifiableList<?> getConflicts()
Returns the list of conflicting inputs.

Returns:
the list of conflicting inputs.