org.scijava.maven.plugin
Class SciJavaDependencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
SciJavaDependencyException()
           
SciJavaDependencyException(String s)
           
SciJavaDependencyException(String s, Throwable cause)
           
SciJavaDependencyException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.