info.joseluismartin.xml
Class XMLMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by info.joseluismartin.xml.XMLMappingException
All Implemented Interfaces:
Serializable

public class XMLMappingException
extends RuntimeException

XML Mapping Exception

Author:
Jose Luis Martin - (jlm@joseluismartin.info)
See Also:
Serialized Form

Constructor Summary
XMLMappingException()
           
XMLMappingException(String message)
           
XMLMappingException(String message, Throwable cause)
           
XMLMappingException(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

XMLMappingException

public XMLMappingException()

XMLMappingException

public XMLMappingException(String message,
                           Throwable cause)

XMLMappingException

public XMLMappingException(String message)

XMLMappingException

public XMLMappingException(Throwable cause)


Copyright © 2012 JDAL. All Rights Reserved.