Class BambooImportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.migration.exception.BambooMigrationException
com.atlassian.bamboo.migration.exception.BambooImportException
- All Implemented Interfaces:
Serializable
Specialized exception type to be thrown by import mappers
- See Also:
-
Constructor Summary
ConstructorDescriptionBambooImportException
(String message) BambooImportException
(String message, Throwable cause) BambooImportException
(String message, org.codehaus.staxmate.in.SMInputCursor inputCursor) Create exception for logical errors while parsing XML input stream. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BambooImportException
-
BambooImportException
-
BambooImportException
Create exception for logical errors while parsing XML input stream.- Parameters:
message
- error messageinputCursor
- location where error has occurred
-