public class ModelException extends RuntimeException
Constructor and Description |
---|
ModelException(String message)
Default constructor.
|
ModelException(String message,
Class<? extends omero.model.IObject> klass,
Exception exception)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends omero.model.IObject> |
getFailureClass()
Returns the class that was used during a failed instantiation.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ModelException(String message)
message
- Error message.
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.