org.milyn.csv
Class CSVHeaderValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.milyn.SmooksException
                  extended by org.milyn.csv.CSVHeaderValidationException
All Implemented Interfaces:
Serializable

public class CSVHeaderValidationException
extends SmooksException

See Also:
Serialized Form

Constructor Summary
CSVHeaderValidationException(List<String> expected)
           
CSVHeaderValidationException(List<String> expected, List<String> found)
           
 
Method Summary
 List<String> getExpected()
           
 List<String> getFound()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

CSVHeaderValidationException

public CSVHeaderValidationException(List<String> expected)

CSVHeaderValidationException

public CSVHeaderValidationException(List<String> expected,
                                    List<String> found)
Method Detail

getExpected

public List<String> getExpected()

getFound

public List<String> getFound()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2014. All Rights Reserved.