org.rblasch.convert
Class ConversionFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.rblasch.convert.AbstractRuntimeException
                  extended byorg.rblasch.convert.ConversionException
                      extended byorg.rblasch.convert.ConversionFailedException
All Implemented Interfaces:
java.io.Serializable

public class ConversionFailedException
extends ConversionException

See Also:
Serialized Form

Constructor Summary
ConversionFailedException()
          Constructs a new throwable with null as its detail message.
ConversionFailedException(java.lang.String message)
          Construct a new exception with the specified message.
ConversionFailedException(java.lang.String message, java.lang.Throwable cause)
          Construct a new exception with the specified message and root cause.
ConversionFailedException(java.lang.Throwable cause)
          Construct a new exception with the specified root cause.
 
Methods inherited from class org.rblasch.convert.AbstractRuntimeException
getCause, initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConversionFailedException

public ConversionFailedException()
Constructs a new throwable with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to AbstractRuntimeException.initCause(java.lang.Throwable).


ConversionFailedException

public ConversionFailedException(java.lang.String message)
Construct a new exception with the specified message.

Parameters:
message - The message describing this exception

ConversionFailedException

public ConversionFailedException(java.lang.String message,
                                 java.lang.Throwable cause)
Construct a new exception with the specified message and root cause.

Parameters:
message - The message describing this exception
cause - The root cause of this exception

ConversionFailedException

public ConversionFailedException(java.lang.Throwable cause)
Construct a new exception with the specified root cause.

Parameters:
cause - The root cause of this exception


Copyright © 2004 Ronald Blaschke. All Rights Reserved.