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.2.3-ice35-b22
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.