ome.services.graphs
Class GraphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ome.services.graphs.GraphException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeleteException

public class GraphException
extends Exception

Exception which will be thrown by activities within GraphSpec implementations. This is a caught exception so that internal API consumers will have to handle any issues and create the proper remote exceptions for clients.

Since:
Beta4.2.3
Author:
Josh Moore, josh at glencoesoftware.com
See Also:
Serialized Form

Field Summary
 String message
           
 
Constructor Summary
GraphException(String msg)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

public final String message
Constructor Detail

GraphException

public GraphException(String msg)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


OmeroJava Api

Version: 4.3.3-00d1137e-b2894

Copyright © 2009 The University of Dundee. All Rights Reserved.