net.dpml.metro.tools
Class ConstructionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tools.ant.BuildException
                  extended by net.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.3
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.
 
Method Summary
 
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