info.magnolia.module.data.importer
Class ImportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.lang.exception.NestableException
              extended by info.magnolia.module.data.importer.ImportException
All Implemented Interfaces:
Serializable, org.apache.commons.lang.exception.Nestable

public class ImportException
extends org.apache.commons.lang.exception.NestableException

Exception used by the importer.

Version:
$Revision$ ($Author$)
Author:
Enrico Kufahl (BeagleSoft GmbH)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
ImportException(String message)
           
ImportException(String message, Throwable cause)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportException

public ImportException(String message,
                       Throwable cause)

ImportException

public ImportException(String message)
Method Detail

getMessage

public String getMessage()
Specified by:
getMessage in interface org.apache.commons.lang.exception.Nestable
Overrides:
getMessage in class org.apache.commons.lang.exception.NestableException


Copyright © 2012 Magnolia International Ltd.. All Rights Reserved.