org.apache.axis2.databinding.utils
Class ConverterUtil.ObjectConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.axis2.databinding.utils.ConverterUtil.ObjectConversionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ConverterUtil

public static class ConverterUtil.ObjectConversionException
extends java.lang.RuntimeException

A simple exception that is thrown when the conversion fails

See Also:
Serialized Form

Constructor Summary
ConverterUtil.ObjectConversionException()
           
ConverterUtil.ObjectConversionException(java.lang.String message)
           
ConverterUtil.ObjectConversionException(java.lang.String message, java.lang.Throwable cause)
           
ConverterUtil.ObjectConversionException(java.lang.Throwable cause)
           
 
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

ConverterUtil.ObjectConversionException

public ConverterUtil.ObjectConversionException()

ConverterUtil.ObjectConversionException

public ConverterUtil.ObjectConversionException(java.lang.String message)

ConverterUtil.ObjectConversionException

public ConverterUtil.ObjectConversionException(java.lang.Throwable cause)

ConverterUtil.ObjectConversionException

public ConverterUtil.ObjectConversionException(java.lang.String message,
                                               java.lang.Throwable cause)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.