public class Utils
extends java.lang.Object
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
static void |
init() |
static Error |
readError(java.io.InputStream in)
Read an Error object on a given input stream.
|
public static void init() throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
public static Error readError(java.io.InputStream in) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
in
- The input stream.java.io.IOException
- Upon read error.javax.xml.parsers.ParserConfigurationException
- Upon XML parser instanciation error.org.xml.sax.SAXException
- Upon XML parsing error.Copyright © 2021 Dassault Systèmes, All Rights Reserved.