Package com.fasterxml.aalto
Class WFCException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.xml.stream.XMLStreamException
-
- com.fasterxml.aalto.impl.StreamExceptionBase
-
- com.fasterxml.aalto.WFCException
-
- All Implemented Interfaces:
java.io.Serializable
public class WFCException extends StreamExceptionBase
Base class for reader-side Well-Formedness Constraint violation (fatal error) exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WFCException(java.lang.String msg, javax.xml.stream.Location loc)
-
Method Summary
-
Methods inherited from class com.fasterxml.aalto.impl.StreamExceptionBase
getLocationDesc, getMessage, toString
-
-