Class BuildException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projecthusky.xua.exceptions.BuildException
All Implemented Interfaces:
Serializable

public class BuildException extends Exception
Class implementing the BuildException.
Klasse implemetiert die BuildException.
See Also:
  • Constructor Details

    • BuildException

      public BuildException(Class<?> clazz, Throwable cause)
      Default constructor to instanciate the object.
      Default Konstruktor für die Instanziierung des Objekts.
      Parameters:
      clazz -
      the class wanted to be created
      die Klasse die erstellt werden sollte
      cause -
      the cause to be set
      der Grund der gesetzt werden soll