Class BambooImportException

All Implemented Interfaces:
Serializable

public class BambooImportException extends BambooMigrationException
Specialized exception type to be thrown by import mappers
See Also:
  • Constructor Details

    • BambooImportException

      public BambooImportException(String message)
    • BambooImportException

      public BambooImportException(String message, Throwable cause)
    • BambooImportException

      public BambooImportException(String message, org.codehaus.staxmate.in.SMInputCursor inputCursor)
      Create exception for logical errors while parsing XML input stream.
      Parameters:
      message - error message
      inputCursor - location where error has occurred