net.sf.jame.core.xml
Class XMLImportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jame.core.xml.XMLImportException
All Implemented Interfaces:
java.io.Serializable

public class XMLImportException
extends java.lang.Exception

Author:
Andrea Medeghini
See Also:
Serialized Form

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

XMLImportException

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

XMLImportException

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

XMLImportException

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