|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
net.dpml.tools.BuildError
public class BuildError
A BuildError is thrown when a fatal error occurs during build execution.
| Constructor Summary | |
|---|---|
BuildError(String message)
Creation of a new BuildError. |
|
BuildError(String message,
Throwable cause)
Creation of a new BuildError. |
|
BuildError(String message,
Throwable cause,
Location location)
Creation of a new BuildError. |
|
| Method Summary | |
|---|---|
Location |
getLocation()
Return the location of the build error. |
| 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 |
|---|
public BuildError(String message)
message - the exception message
public BuildError(String message,
Throwable cause)
message - the exception messagecause - the causal exception
public BuildError(String message,
Throwable cause,
Location location)
message - the exception messagecause - the causal exceptionlocation - the location of the error| Method Detail |
|---|
public Location getLocation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||