Package org.projecthusky.xua.exceptions
Class BuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projecthusky.xua.exceptions.BuildException
- All Implemented Interfaces:
Serializable
Class implementing the BuildException.
Klasse implemetiert die BuildException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBuildException
(Class<?> clazz, Throwable cause) Default constructor to instanciate the object. Default Konstruktor für die Instanziierung des Objekts. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BuildException
Default constructor to instanciate the object.Default Konstruktor für die Instanziierung des Objekts.- Parameters:
clazz
-the class wanted to be createddie Klasse die erstellt werden solltecause
-the cause to be setder Grund der gesetzt werden soll
-