org.jboss.forge.project.build
Class BuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.forge.project.build.BuildException
- All Implemented Interfaces:
- Serializable
public class BuildException
- extends RuntimeException
Represents an exception during project building.
- Author:
- Lincoln Baxter, III
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BuildException
public BuildException()
BuildException
public BuildException(String message,
Throwable cause)
BuildException
public BuildException(String message)
BuildException
public BuildException(Throwable cause)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.