Class TypeConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.service.cmr.repository.datatype.TypeConversionException
-
- All Implemented Interfaces:
Serializable
@AlfrescoPublicApi public class TypeConversionException extends RuntimeException
Base Exception of Type Converter Exceptions.- Author:
- David Caruana
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeConversionException(String msg)
TypeConversionException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-