com.sjm.machlearn.exceptions
Class MultipleOutputException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sjm.machlearn.exceptions.MultipleOutputException

public class MultipleOutputException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MultipleOutputException()
           
MultipleOutputException(FeatureId out1, FeatureId out2)
           
MultipleOutputException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultipleOutputException

public MultipleOutputException(FeatureId out1,
                               FeatureId out2)

MultipleOutputException

public MultipleOutputException()

MultipleOutputException

public MultipleOutputException(java.lang.String s)