org.springframework.binding.mapping
Class RequiredMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.springframework.binding.mapping.RequiredMappingException
All Implemented Interfaces:
java.io.Serializable

public class RequiredMappingException
extends java.lang.IllegalStateException

Thrown when a required mapping could not be performed.

Author:
Keith Donald
See Also:
Serialized Form

Constructor Summary
RequiredMappingException(java.lang.String message)
          Create a new required mapping exception.
 
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

RequiredMappingException

public RequiredMappingException(java.lang.String message)
Create a new required mapping exception.

Parameters:
message - a descriptive message


Copyright © 2009 Spring Framework. All Rights Reserved.