Package com.cosium.code.format
Class MavenGitCodeFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.cosium.code.format.MavenGitCodeFormatException
-
- All Implemented Interfaces:
Serializable
public class MavenGitCodeFormatException extends RuntimeException
- Author:
- Réda Housni Alaoui
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MavenGitCodeFormatException(String message)MavenGitCodeFormatException(String message, Throwable cause)MavenGitCodeFormatException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-