org.embl.ebi.escience.scufl
Class ProcessorCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.embl.ebi.escience.scufl.ScuflException
org.embl.ebi.escience.scufl.ProcessorCreationException
- All Implemented Interfaces:
- java.io.Serializable
public class ProcessorCreationException
- extends ScuflException
Thrown by the Processor constructor if either of the arguments passed are
null, or if the name is the empty string.
- Author:
- Tom Oinn
- 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProcessorCreationException
public ProcessorCreationException()
ProcessorCreationException
public ProcessorCreationException(java.lang.String message)
ProcessorCreationException
public ProcessorCreationException(java.lang.Throwable cause)
ProcessorCreationException
public ProcessorCreationException(java.lang.String message,
java.lang.Throwable cause)