|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.enough.polish.BuildException
public class BuildException
An exception indicating that a build step has failed.
Copyright Enough Software 2006
history
Jan 12, 2007 - rob creation
| Constructor Summary | |
|---|---|
BuildException()
Creates a new empty BuildException |
|
BuildException(String message)
Creates a empty BuildException |
|
BuildException(String message,
Throwable cause)
Creates a empty BuildException |
|
BuildException(Throwable cause)
Creates a empty BuildException |
|
| Method Summary |
|---|
| 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 BuildException()
public BuildException(String message)
message - the message indicating the cause of the errorpublic BuildException(Throwable cause)
cause - the cause of the error
public BuildException(String message,
Throwable cause)
message - the message indicating the cause of the errorcause - the cause of the error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||