Package io.atlasmap.api
Class AtlasException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.atlasmap.api.AtlasException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AtlasConversionException
,AtlasNotFoundException
,AtlasUnsupportedException
,AtlasValidationException
- See Also:
-
Constructor Summary
ConstructorDescriptionAtlasException
(String message) AtlasException
(String message, Throwable cause) AtlasException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AtlasException
public AtlasException() -
AtlasException
-
AtlasException
-
AtlasException
-