com.fasterxml.aalto
Class WFCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.stream.XMLStreamException
              extended by com.fasterxml.aalto.impl.StreamExceptionBase
                  extended by com.fasterxml.aalto.WFCException
All Implemented Interfaces:
Serializable

public class WFCException
extends StreamExceptionBase

Base class for reader-side Well-Formedness Constraint violation (fatal error) exceptions.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.xml.stream.XMLStreamException
location, nested
 
Constructor Summary
WFCException(String msg, Location loc)
           
 
Method Summary
 
Methods inherited from class com.fasterxml.aalto.impl.StreamExceptionBase
getLocationDesc, getMessage, toString
 
Methods inherited from class javax.xml.stream.XMLStreamException
getLocation, getNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WFCException

public WFCException(String msg,
                    Location loc)


Copyright © 2012 Fasterxml.com. All Rights Reserved.