Package org.kordamp.maven.checker.cli
Class PomcheckerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kordamp.maven.checker.cli.PomcheckerException
-
- All Implemented Interfaces:
Serializable
public class PomcheckerException extends RuntimeException
- Since:
- 1.1.0
- Author:
- Andres Almiray
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PomcheckerException(String message)
PomcheckerException(String message, Throwable cause)
PomcheckerException(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 Detail
-
PomcheckerException
public PomcheckerException(String message)
-
PomcheckerException
public PomcheckerException(String message, Throwable cause)
-
PomcheckerException
public PomcheckerException(Throwable cause)
-
-