Class ConversionError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.codecentric.reedelk.runtime.api.exception.PlatformException
-
- de.codecentric.reedelk.database.internal.exception.ConversionError
-
- All Implemented Interfaces:
Serializable
public class ConversionError extends de.codecentric.reedelk.runtime.api.exception.PlatformException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConversionError(String message)ConversionError(String message, Exception exception)
-
Method Summary
-
Methods inherited from class de.codecentric.reedelk.runtime.api.exception.PlatformException
toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-