java.lang.Object
java.lang.Throwable
java.lang.Exception
org.embl.ebi.escience.scufl.ProcessorCreationException
- All Implemented Interfaces:
- java.io.Serializable
- public class ProcessorCreationException
- extends java.lang.Exception
Thrown by the Processor constructor if either of the
arguments passed are null, or if the name is
the empty string.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProcessorCreationException
public ProcessorCreationException(java.lang.String the_message)