net.dpml.tools.tasks
Class ProcessorInstantiationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.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.1.0
Author:
Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
ProcessorInstantiationException(String message)
          Creation of a new ProcessorInstantiationException.
ProcessorInstantiationException(String message, Throwable cause)
          Creation of a new ProcessorInstantiationException.
 
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

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 message
cause - the causal excetion