Class FSClassRegistry.ErrorReport

  • Enclosing class:
    FSClassRegistry

    private static class FSClassRegistry.ErrorReport
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean doThrow  
      (package private) java.lang.Exception e  
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorReport​(java.lang.Exception e, boolean doThrow)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • e

        final java.lang.Exception e
      • doThrow

        final boolean doThrow
    • Constructor Detail

      • ErrorReport

        ErrorReport​(java.lang.Exception e,
                    boolean doThrow)