org.scijava.maven.plugin
Class SciJavaDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.scijava.maven.plugin.SciJavaDependencyException
- All Implemented Interfaces:
- Serializable
public class SciJavaDependencyException
- extends Exception
Convenience exception to use when SciJavaDependencyCheckers fail.
This exception can then be wrapped and re-thrown as needed (e.g. for wrapping
mojos, enforcer rules, etc...).
- Author:
- Mark Hiner
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SciJavaDependencyException
public SciJavaDependencyException()
SciJavaDependencyException
public SciJavaDependencyException(String s)
SciJavaDependencyException
public SciJavaDependencyException(String s,
Throwable cause)
SciJavaDependencyException
public SciJavaDependencyException(Throwable cause)
Copyright © 2014–2015 SciJava. All rights reserved.