Class ConstructionException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String attributeName  
      private java.lang.String className  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAttributeName()  
      java.lang.String getClassName()  
      java.lang.String getMessage()  
      void setAttributeName​(java.lang.String attributeName)  
      void setClassName​(java.lang.String className)  
      void setPrependAttributeName​(java.lang.String attributeName)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • className

        private java.lang.String className
      • attributeName

        private java.lang.String attributeName
    • Constructor Detail

      • ConstructionException

        public ConstructionException()
      • ConstructionException

        public ConstructionException​(java.lang.String message)
      • ConstructionException

        public ConstructionException​(java.lang.String message,
                                     java.lang.Throwable cause)
      • ConstructionException

        public ConstructionException​(java.lang.Throwable cause)
    • Method Detail

      • getClassName

        public java.lang.String getClassName()
      • setClassName

        public void setClassName​(java.lang.String className)
      • getAttributeName

        public java.lang.String getAttributeName()
      • setAttributeName

        public void setAttributeName​(java.lang.String attributeName)
      • setPrependAttributeName

        public void setPrependAttributeName​(java.lang.String attributeName)
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable