Class ConversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.model.datamanagement.ConversionException
All Implemented Interfaces:
Serializable

public class ConversionException extends Exception
This exceptions is thrown when the conversion of a value is not possible.
Author:
Patrick Schmidt
See Also:
  • Constructor Details

    • ConversionException

      public ConversionException(String message)
      Constructs a new ConversionException.
      Parameters:
      message - the message
    • ConversionException

      public ConversionException(String message, Throwable cause)
      Constructs a new ConversionException.
      Parameters:
      message - the message
      cause - the cause