org.springframework.batch.item.file
Class FlatFileParseExceptionTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.support.AbstractExceptionTests
          extended by org.springframework.batch.item.file.FlatFileParseExceptionTests

public class FlatFileParseExceptionTests
extends AbstractExceptionTests


Constructor Summary
FlatFileParseExceptionTests()
           
 
Method Summary
 Exception getException(String msg)
           
 Exception getException(String msg, Throwable t)
           
 void testMessageInputLineCount()
           
 
Methods inherited from class org.springframework.batch.support.AbstractExceptionTests
testExceptionString, testExceptionStringThrowable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlatFileParseExceptionTests

public FlatFileParseExceptionTests()
Method Detail

getException

public Exception getException(String msg)
                       throws Exception
Specified by:
getException in class AbstractExceptionTests
Throws:
Exception

getException

public Exception getException(String msg,
                              Throwable t)
                       throws Exception
Specified by:
getException in class AbstractExceptionTests
Throws:
Exception

testMessageInputLineCount

public void testMessageInputLineCount()
                               throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.