org.scijava.maven.plugin
Class SnapshotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.