Class GithubInformationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.julielab.jcore.pipeline.builder.base.exceptions.GithubInformationException
-
- All Implemented Interfaces:
Serializable
public class GithubInformationException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GithubInformationException()GithubInformationException(String message)GithubInformationException(String message, Throwable cause)GithubInformationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)GithubInformationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-