Class ExceptionFormatter


  • public class ExceptionFormatter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getStackTraceAsString​(java.lang.Throwable e)
      Routines for pretty-printing java exceptions prints okay in a single-line.
      static void main​(java.lang.String[] argv)  
      static void test()  
      • Methods inherited from class java.lang.Object

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

      • ExceptionFormatter

        public ExceptionFormatter()
    • Method Detail

      • getStackTraceAsString

        public static java.lang.String getStackTraceAsString​(java.lang.Throwable e)
        Routines for pretty-printing java exceptions prints okay in a single-line.
      • test

        public static void test()
                         throws com.netscape.cmscore.util.TestException
        Throws:
        com.netscape.cmscore.util.TestException
      • main

        public static void main​(java.lang.String[] argv)