Class XViewerCells


  • public class XViewerCells
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CELL_ERROR_PREFIX  
    • Constructor Summary

      Constructors 
      Constructor Description
      XViewerCells()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getCellExceptionString​(java.lang.Exception ex)  
      static java.lang.String getCellExceptionString​(java.lang.String message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CELL_ERROR_PREFIX

        public static final java.lang.String CELL_ERROR_PREFIX
        See Also:
        Constant Field Values
    • Constructor Detail

      • XViewerCells

        public XViewerCells()
    • Method Detail

      • getCellExceptionString

        public static java.lang.String getCellExceptionString​(java.lang.String message)
      • getCellExceptionString

        public static java.lang.String getCellExceptionString​(java.lang.Exception ex)