org.springframework.batch.core.job.builder
Class FlowBuilderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.batch.core.job.builder.FlowBuilderException
All Implemented Interfaces:
Serializable

public class FlowBuilderException
extends RuntimeException

Since:
2.2
Author:
Dave Syer
See Also:
Serialized Form

Constructor Summary
FlowBuilderException(Exception e)
           
FlowBuilderException(String msg)
           
FlowBuilderException(String msg, Exception e)
           
 
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

FlowBuilderException

public FlowBuilderException(String msg,
                            Exception e)

FlowBuilderException

public FlowBuilderException(Exception e)

FlowBuilderException

public FlowBuilderException(String msg)


Copyright © 2013 SpringSource. All Rights Reserved.