Note: constructors are protected, since direct instantiation should be done using factory methods. Reason for this is that the base {@link XMLStreamException} has less than robust handling of optionalarguments, and thus factory methods of this class can take care to choose appropriate constructors to call, to make sure super-class does not barf (NPE or such).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|