Class XMLBuilderRuntimeException

  • All Implemented Interfaces:
    Serializable

    public class XMLBuilderRuntimeException
    extends RuntimeException
    A runtime exception class used in XMLBuilder2 to wrap any exceptions that would otherwise lead to checked exceptions in the interface.
    Author:
    jmurty
    See Also:
    Serialized Form
    • Constructor Detail

      • XMLBuilderRuntimeException

        public XMLBuilderRuntimeException​(Exception exception)
        Parameters:
        exception - cause exception to be wrapped