Class ArchetypeCreationResult


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

      Fields 
      Modifier and Type Field Description
      private java.lang.Exception cause  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Exception getCause()  
      void setCause​(java.lang.Exception cause)  
      • Methods inherited from class java.lang.Object

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

      • cause

        private java.lang.Exception cause
    • Constructor Detail

      • ArchetypeCreationResult

        public ArchetypeCreationResult()
    • Method Detail

      • getCause

        public java.lang.Exception getCause()
      • setCause

        public void setCause​(java.lang.Exception cause)