Package eu.woolplatform.utils.exception
Class BuildException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- eu.woolplatform.utils.exception.BuildException
-
- All Implemented Interfaces:
Serializable
public class BuildException extends Exception
This exception is thrown if an error occurs while building an object through Java reflection.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BuildException(String message)BuildException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-