Class FrontendException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.siouan.frontendgradleplugin.core.FrontendException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ArchiverException,DistributionInstallerException,DistributionUrlResolverException,DistributionValidatorException,ExecutableNotFoundException,MissingScriptException,SlipAttackException,UnsupportedEntryException
public abstract class FrontendException extends java.lang.ExceptionBase exception class for checked exceptions thrown by the plugin.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFrontendException()protectedFrontendException(java.lang.String message)protectedFrontendException(java.lang.String message, java.lang.Throwable cause)protectedFrontendException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
FrontendException
protected FrontendException()
-
FrontendException
protected FrontendException(java.lang.String message)
-
FrontendException
protected FrontendException(java.lang.Throwable cause)
-
FrontendException
protected FrontendException(java.lang.String message, java.lang.Throwable cause)
-
-