global.sandbox.xmlutilities
Class XmlUtilitiesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
global.sandbox.xmlutilities.XmlUtilitiesException
- All Implemented Interfaces:
- Serializable, Iterable<Throwable>
public class XmlUtilitiesException
- extends Exception
- implements Iterable<Throwable>
Common exception related to XML Utilities.
- Since:
- 1.2
- Author:
- Petr Hadraba
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
consequents
private final List<Throwable> consequents
- Consequent exception; usually finally block.
EMPTY_THROWABLE_ARRAY
private static final Throwable[] EMPTY_THROWABLE_ARRAY
INTERNAL_ENCODING
private static final String INTERNAL_ENCODING
- See Also:
- Constant Field Values
INTERNAL_CHARSET
private static final Charset INTERNAL_CHARSET
CONSEQUENT_CAPTION
private static final String CONSEQUENT_CAPTION
- See Also:
- Constant Field Values
XmlUtilitiesException
public XmlUtilitiesException()
XmlUtilitiesException
public XmlUtilitiesException(String message)
XmlUtilitiesException
public XmlUtilitiesException(Throwable cause)
XmlUtilitiesException
public XmlUtilitiesException(String message,
Throwable cause)
getConsequent
public Throwable[] getConsequent()
addConsequent
public void addConsequent(Throwable consequent)
printStackTrace
public void printStackTrace(PrintStream s)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintWriter s)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable
iterator
public Iterator<Throwable> iterator()
- Specified by:
iterator
in interface Iterable<Throwable>
printStackTrace
private void printStackTrace(XmlUtilitiesException.PrintStreamOrWriter s)
Copyright © 2006–2017. All rights reserved.