Class BadElementException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      BadElementException()
      Constructs a BadElementException without a message.
      BadElementException​(java.lang.Exception ex)
      Constructs a BadElementException
      BadElementException​(java.lang.String message)
      Constructs a BadElementException with a message.
    • Method Summary

      • 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

      • BadElementException

        public BadElementException​(java.lang.Exception ex)
        Constructs a BadElementException
        Parameters:
        ex - an Exception object that has to be turned into a BadElementException
      • BadElementException

        BadElementException()
        Constructs a BadElementException without a message.
      • BadElementException

        public BadElementException​(java.lang.String message)
        Constructs a BadElementException with a message.
        Parameters:
        message - a message describing the exception