de.enough.polish
Class BuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.enough.polish.BuildException
All Implemented Interfaces:
Serializable

public class BuildException
extends RuntimeException

An exception indicating that a build step has failed.

Copyright Enough Software 2006

 history
        Jan 12, 2007 - rob creation
 

Author:
Robert Virkus, j2mepolish@enough.de
See Also:
Serialized Form

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

BuildException

public BuildException()
Creates a new empty BuildException


BuildException

public BuildException(String message)
Creates a empty BuildException

Parameters:
message - the message indicating the cause of the error

BuildException

public BuildException(Throwable cause)
Creates a empty BuildException

Parameters:
cause - the cause of the error

BuildException

public BuildException(String message,
                      Throwable cause)
Creates a empty BuildException

Parameters:
message - the message indicating the cause of the error
cause - the cause of the error