net.sf.jsefa.common.converter
Class ConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jsefa.common.converter.ConversionException
All Implemented Interfaces:
Serializable

public class ConversionException
extends RuntimeException

Exception thrown in case of a conversion error.

Author:
Norman Lahme-Huetig
See Also:
Serialized Form

Constructor Summary
ConversionException(String message)
          Constructs a new ConversionException with the specified detail messagage.
ConversionException(String message, Throwable cause)
          Constructs a new ConversionException with the specified detail messagage and 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

ConversionException

public ConversionException(String message)
Constructs a new ConversionException with the specified detail messagage.

Parameters:
message - the detail message.

ConversionException

public ConversionException(String message,
                           Throwable cause)
Constructs a new ConversionException with the specified detail messagage and cause.

Parameters:
message - the detail message
cause - the cause


Copyright © 2014. All rights reserved.