uk.ac.ebi.microarray.zooma.lang
Class ZoomaInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by uk.ac.ebi.microarray.zooma.lang.ZoomaInvocationException
All Implemented Interfaces:
java.io.Serializable

public class ZoomaInvocationException
extends java.lang.RuntimeException

An exception thrown whenever a zooma mode or operation is invoked programmatically or by reflection and fails.

Generally, this will wrap other sorts of exceptions such as InvocationTargetException, IllegalAccessException etc.

Author:
Tony Burdett
See Also:
Serialized Form

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

Constructor Detail

ZoomaInvocationException

public ZoomaInvocationException(java.lang.String message,
                                java.lang.Throwable cause)

ZoomaInvocationException

public ZoomaInvocationException(java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.