dk.brics.servletvalidator.exceptions
Class XMLNotWellFormedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dk.brics.servletvalidator.exceptions.AnalysisException
                  extended by dk.brics.servletvalidator.exceptions.XMLNotWellFormedException
All Implemented Interfaces:
Serializable

public class XMLNotWellFormedException
extends AnalysisException

See Also:
Serialized Form

Constructor Summary
XMLNotWellFormedException()
           
XMLNotWellFormedException(String message)
           
XMLNotWellFormedException(String message, Throwable cause)
           
XMLNotWellFormedException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class dk.brics.servletvalidator.exceptions.AnalysisException
getCodeLocation, setCodeLocation
 
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

XMLNotWellFormedException

public XMLNotWellFormedException()

XMLNotWellFormedException

public XMLNotWellFormedException(String message)

XMLNotWellFormedException

public XMLNotWellFormedException(String message,
                                 Throwable cause)

XMLNotWellFormedException

public XMLNotWellFormedException(Throwable cause)


Copyright © 2008 Mathias Schwarz.