Class DOMException

  • All Implemented Interfaces:
    Serializable

    public class DOMException
    extends Exception
    This is the general purpose exception that is thrown for resolving semantic aspects of an illegal binding.
    See Also:
    Serialized Form
    Restriction:
    This class is not intended to be subclassed by clients.
    Restriction:
    This class is not intended to be instantiated by clients.
    • Constructor Detail

      • DOMException

        public DOMException​(IProblemBinding problem)
        Parameters:
        problem - the binding for throwing
    • Method Detail

      • getProblem

        public IProblemBinding getProblem()
        Returns the problem associated w/this exception.
        Returns:
        problem