Fixed #SWS-75: Java 1.5+ Constructor Used for IllegalStateException
This commit is contained in:
@@ -65,7 +65,7 @@ public class StaxEventXmlReader extends StaxXmlReader {
|
||||
}
|
||||
}
|
||||
catch (XMLStreamException ex) {
|
||||
throw new IllegalStateException("Could not read first element: " + ex.getMessage(), ex);
|
||||
throw new IllegalStateException("Could not read first element: " + ex.getMessage());
|
||||
}
|
||||
|
||||
this.reader = reader;
|
||||
|
||||
Reference in New Issue
Block a user