|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.tools.ant.BuildException net.dpml.metro.tools.ConstructionException
A construction exception indicates a generation phase error in the construction of a component part.
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 |
public ConstructionException(String message)
message
- the exception messagepublic ConstructionException(String message, Throwable cause)
message
- the exception messagecause
- the causal exceptionpublic ConstructionException(String message, Location location)
message
- the exception messagelocation
- the location of the errorpublic ConstructionException(String message, Throwable cause, Location location)
message
- the exception messagecause
- the causal exceptionlocation
- location of the task
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |