Class ExceptionNode

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String _description  
      private java.lang.String _type  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionNode()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getType()  
      void setDescription​(java.lang.String description)  
      void setType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait