org.scijava
Class NoSuchServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.scijava.NoSuchServiceException
- All Implemented Interfaces:
- Serializable
public class NoSuchServiceException
- extends RuntimeException
An exception thrown when a Gateway
cannot obtain a
Service
.
- Author:
- Mark Hiner, Curtis Rueden
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchServiceException
public NoSuchServiceException()
NoSuchServiceException
public NoSuchServiceException(String s)
NoSuchServiceException
public NoSuchServiceException(String s,
Throwable cause)
NoSuchServiceException
public NoSuchServiceException(Throwable cause)
Copyright © 2009–2014 SciJava. All rights reserved.