Class BuildException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BuildException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Detail

      • BuildException

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

      • getCause

        public java.lang.Throwable getCause()
        Overrides:
        getCause in class java.lang.Throwable
      • fromSAXException

        public static BuildException fromSAXException​(org.xml.sax.SAXException e)