net.sf.webmancer.util.xml.dom
Class DOMSemanticException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.webmancer.util.xml.dom.DOMSemanticException
All Implemented Interfaces:
java.io.Serializable

public class DOMSemanticException
extends java.lang.Exception

Author:
michal
See Also:
Serialized Form

Constructor Summary
DOMSemanticException()
           
DOMSemanticException(java.lang.String message)
           
DOMSemanticException(java.lang.String message, java.lang.Throwable cause)
           
DOMSemanticException(java.lang.Throwable cause)
           
 
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

DOMSemanticException

public DOMSemanticException()

DOMSemanticException

public DOMSemanticException(java.lang.String message)
Parameters:
message -

DOMSemanticException

public DOMSemanticException(java.lang.String message,
                            java.lang.Throwable cause)
Parameters:
message -
cause -

DOMSemanticException

public DOMSemanticException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2006-2007. All Rights Reserved.