org.milyn.csv
Class CSVHeaderValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.milyn.SmooksException
org.milyn.csv.CSVHeaderValidationException
- All Implemented Interfaces:
- java.io.Serializable
public class CSVHeaderValidationException
- extends SmooksException
- See Also:
- Serialized Form
| 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 |
CSVHeaderValidationException
public CSVHeaderValidationException(java.lang.String[] expected)
CSVHeaderValidationException
public CSVHeaderValidationException(java.lang.String[] expected,
java.lang.String[] found)
getExpected
public java.lang.String[] getExpected()
getFound
public java.lang.String[] getFound()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
Copyright © 2011. All Rights Reserved.