org.scijava.maven.plugin
Class SnapshotException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.scijava.maven.plugin.SnapshotException
All Implemented Interfaces:
Serializable

public class SnapshotException
extends Exception

An exception thrown when an SNAPSHOT version is encountered.

Author:
Curtis Rueden
See Also:
Serialized Form

Constructor Summary
SnapshotException()
           
SnapshotException(String s)
           
SnapshotException(String s, Throwable cause)
           
SnapshotException(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

SnapshotException

public SnapshotException()

SnapshotException

public SnapshotException(String s)

SnapshotException

public SnapshotException(String s,
                         Throwable cause)

SnapshotException

public SnapshotException(Throwable cause)


Copyright © 2014 SciJava. All rights reserved.