Package exceptions
Class BuildObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
exceptions.BuildObjectException
- All Implemented Interfaces:
Serializable
An exception that is thrown when an object cannot be built.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new BuildObjectException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BuildObjectException
Constructs a new BuildObjectException with the specified detail message.- Parameters:
msg
- the detail message
-