org.rblasch.convert
Class NoSuchConversionException

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.NoSuchConversionException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchConversionException
extends ConversionException

See Also:
Serialized Form

Constructor Summary
NoSuchConversionException()
          Constructs a new throwable with null as its detail message.
NoSuchConversionException(java.lang.String message)
          Construct a new exception with the specified message.
NoSuchConversionException(java.lang.String message, java.lang.Throwable cause)
          Construct a new exception with the specified message and root cause.
NoSuchConversionException(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

NoSuchConversionException

public NoSuchConversionException()
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).


NoSuchConversionException

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

Parameters:
message - The message describing this exception

NoSuchConversionException

public NoSuchConversionException(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

NoSuchConversionException

public NoSuchConversionException(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.