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, setStackTracepublic ModelException(String message)
message - Error message.
Version: 5.1.1-ice35-b43
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.