Class ProcessingMalformedDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.processing.common.exception.ProcessingException
-
- fr.gouv.vitam.processing.common.exception.ProcessingMalformedDataException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProcessingMalformedDataException extends ProcessingException
Define a Processing Exception to be thrown when there is a line break or spaces where should not be- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessingMalformedDataException(java.lang.String message)
ProcessingMalformedDataException(java.lang.String message, java.lang.Throwable cause)
ProcessingMalformedDataException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
ProcessingMalformedDataException
public ProcessingMalformedDataException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- associated messagecause
- associated cause
-
ProcessingMalformedDataException
public ProcessingMalformedDataException(java.lang.Throwable cause)
- Parameters:
cause
- associated cause
-
ProcessingMalformedDataException
public ProcessingMalformedDataException(java.lang.String message)
- Parameters:
message
- associated message
-
-