org.springframework.batch.item.file.mapping
Class BindingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.batch.item.file.mapping.BindingException
All Implemented Interfaces:
Serializable

public class BindingException
extends RuntimeException

Author:
Dave Syer
See Also:
Serialized Form

Constructor Summary
BindingException(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

BindingException

public BindingException(String msg)
Parameters:
msg -


Copyright © 2009 SpringSource. All Rights Reserved.