com.sun.xml.stream.buffer
Class XMLStreamBufferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.xml.stream.buffer.XMLStreamBufferException
All Implemented Interfaces:
Serializable

public class XMLStreamBufferException
extends Exception

See Also:
Serialized Form

Constructor Summary
XMLStreamBufferException(Exception e)
           
XMLStreamBufferException(String message)
           
XMLStreamBufferException(String message, Exception e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLStreamBufferException

public XMLStreamBufferException(String message)

XMLStreamBufferException

public XMLStreamBufferException(String message,
                                Exception e)

XMLStreamBufferException

public XMLStreamBufferException(Exception e)


Copyright © 2006-2013. All Rights Reserved.