ome.formats.enums
Class EnumerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ome.formats.enums.EnumerationException
All Implemented Interfaces:
Serializable

public class EnumerationException
extends RuntimeException

Author:
"Brian W. Loranger"
See Also:
Serialized Form

Constructor Summary
EnumerationException(String message, Class<? extends omero.model.IObject> klass, String value)
           
 
Method Summary
 Class<? extends omero.model.IObject> getFailureClass()
           
 String getValue()
           
 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
 

Constructor Detail

EnumerationException

public EnumerationException(String message,
                            Class<? extends omero.model.IObject> klass,
                            String value)
Method Detail

getFailureClass

public Class<? extends omero.model.IObject> getFailureClass()

getValue

public String getValue()

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.