Class TransformationException

    • Constructor Detail

      • TransformationException

        public TransformationException()
        Constructor TransformationException
      • TransformationException

        public TransformationException​(Exception ex)
      • TransformationException

        public TransformationException​(String msgID)
        Constructor TransformationException
        Parameters:
        msgID -
      • TransformationException

        public TransformationException​(String msgID,
                                       Object[] exArgs)
        Constructor TransformationException
        Parameters:
        msgID -
        exArgs -
      • TransformationException

        public TransformationException​(Exception originalException,
                                       String msgID)
        Constructor TransformationException
        Parameters:
        originalException -
        msgID -
      • TransformationException

        public TransformationException​(Exception originalException,
                                       String msgID,
                                       Object[] exArgs)
        Constructor TransformationException
        Parameters:
        originalException -
        msgID -
        exArgs -