org.slim3.commons.exception
Class ConverterRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.slim3.commons.exception.SRuntimeException
                  extended by org.slim3.commons.exception.ConverterRuntimeException
All Implemented Interfaces:
Serializable

public class ConverterRuntimeException
extends SRuntimeException

This exception is thrown when an exception is encountered while converting.

Since:
3.0
Author:
higa
See Also:
Serialized Form

Constructor Summary
ConverterRuntimeException(String propertyName, Object value, Throwable cause)
          Constructor.
 
Method Summary
 String getPropertyName()
          Returns the property name.
 Object getValue()
          Returns the value.
 
Methods inherited from class org.slim3.commons.exception.SRuntimeException
convertCauseMessage, getArgs, getMessageCode
 
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

ConverterRuntimeException

public ConverterRuntimeException(String propertyName,
                                 Object value,
                                 Throwable cause)
Constructor.

Parameters:
propertyName - the property name
value - the value
cause - the cause
Method Detail

getPropertyName

public String getPropertyName()
Returns the property name.

Returns:
the property name

getValue

public Object getValue()
Returns the value.

Returns:
the value


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.