net.dpml.metro.tools
Class ConstructionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.tools.ant.BuildException
                  extended bynet.dpml.metro.tools.ConstructionException
All Implemented Interfaces:
Serializable

public class ConstructionException
extends BuildException

A construction exception indicates a generation phase error in the construction of a component part.

Version:
1.1.0
Author:
Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
ConstructionException(String message)
          Creation of a new construction exception.
ConstructionException(String message, Location location)
          Creation of a new construction exception.
ConstructionException(String message, Throwable cause)
          Creation of a new construction exception.
ConstructionException(String message, Throwable cause, Location location)
          Creation of a new construction exception.
 
Methods inherited from class org.apache.tools.ant.BuildException
getCause, getException, getLocation, printStackTrace, printStackTrace, printStackTrace, setLocation, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstructionException

public ConstructionException(String message)
Creation of a new construction exception.

Parameters:
message - the exception message

ConstructionException

public ConstructionException(String message,
                             Throwable cause)
Creation of a new construction exception.

Parameters:
message - the exception message
cause - the causal exception

ConstructionException

public ConstructionException(String message,
                             Location location)
Creation of a new construction exception.

Parameters:
message - the exception message
location - the location of the error

ConstructionException

public ConstructionException(String message,
                             Throwable cause,
                             Location location)
Creation of a new construction exception.

Parameters:
message - the exception message
cause - the causal exception
location - location of the task