uk.ac.ebi.microarray.zooma.lang
Class ZoomaInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
ZoomaInvocationException
public ZoomaInvocationException(java.lang.String message,
java.lang.Throwable cause)
ZoomaInvocationException
public ZoomaInvocationException(java.lang.Throwable cause)
Copyright © 2010. All Rights Reserved.