org.springframework.batch.core
Class JobParametersInvalidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.springframework.batch.core.JobExecutionException
              extended by org.springframework.batch.core.JobParametersInvalidException
All Implemented Interfaces:
Serializable

public class JobParametersInvalidException
extends JobExecutionException

Exception for Job to signal that some JobParameters are invalid.

Author:
Dave Syer
See Also:
Serialized Form

Constructor Summary
JobParametersInvalidException(String msg)
           
 
Method Summary
 
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

JobParametersInvalidException

public JobParametersInvalidException(String msg)


Copyright © 2013 SpringSource. All Rights Reserved.