Class FieldException

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getName()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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
    • Constructor Detail

      • FieldException

        public FieldException()
      • FieldException

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

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

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

      • getName

        public abstract java.lang.String getName()