Class TypeMappingException

  • All Implemented Interfaces:
    com.wavemaker.commons.WMCommonException, java.io.Serializable

    public class TypeMappingException
    extends com.wavemaker.commons.WMRuntimeException
    Since:
    22/2/17
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeMappingException​(com.wavemaker.commons.MessageResource resource, java.lang.Throwable cause, java.lang.Object... args)  
    • Method Summary

      • Methods inherited from class com.wavemaker.commons.WMRuntimeException

        getMessage, getMessageResourceHolder
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, 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

      • TypeMappingException

        public TypeMappingException​(com.wavemaker.commons.MessageResource resource,
                                    java.lang.Throwable cause,
                                    java.lang.Object... args)