Package nu.xom

Class WellformednessException

    • Constructor Summary

      Constructors 
      Constructor Description
      WellformednessException​(String message)
      Creates a new WellformednessException with a detail message.
      WellformednessException​(String message, Throwable cause)
      Creates a new WellformednessException with a detail message and an underlying root cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • WellformednessException

        public WellformednessException​(String message)

        Creates a new WellformednessException with a detail message.

        Parameters:
        message - a string indicating the specific problem
      • WellformednessException

        public WellformednessException​(String message,
                                       Throwable cause)

        Creates a new WellformednessException with a detail message and an underlying root cause.

        Parameters:
        message - a string indicating the specific problem
        cause - the original cause of this exception