Class MapperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.model.fileset.mappers.MapperException
- All Implemented Interfaces:
Serializable
Mapper Exception
- See Also:
-
Constructor Summary
ConstructorDescriptionMapperException
(String message) ConstructorMapperException
(String message, Throwable cause) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MapperException
Constructor- Parameters:
message
- The error messagecause
- The root cause of the problem.
-
MapperException
Constructor- Parameters:
message
- The error message.
-