net.dpml.tools.tasks
Class ProcessorInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.dpml.tools.tasks.ProcessorInstantiationException
- All Implemented Interfaces:
- Serializable
public class ProcessorInstantiationException
- extends Exception
A ProcessorInstantiationException if an occur occurs when attempting to load
a build listener based on a processor definition.
- Version:
- 1.2.0
- Author:
- Digital Product Meta Library
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProcessorInstantiationException
public ProcessorInstantiationException(String message)
- Creation of a new ProcessorInstantiationException.
- Parameters:
message
- the exception message
ProcessorInstantiationException
public ProcessorInstantiationException(String message,
Throwable cause)
- Creation of a new ProcessorInstantiationException.
- Parameters:
message
- the exception messagecause
- the causal excetion