java.lang.Object
java.lang.Throwable
java.lang.Exception
com.s8.api.exceptions.S8BuildException
- All Implemented Interfaces:
Serializable
Build Exception
- Author:
- Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionS8BuildException
(String message) Default S8BuildException constructorS8BuildException
(String message, Class<?> type) S8BuildException constructorS8BuildException
(String message, Field field) S8BuildException constructorS8BuildException
(String message, Method method) S8BuildException constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
S8BuildException
Default S8BuildException constructor- Parameters:
message
- the message
-
S8BuildException
S8BuildException constructor- Parameters:
message
- the messagetype
- the implied type
-
S8BuildException
S8BuildException constructor- Parameters:
message
- the messagefield
- the implied field
-
S8BuildException
S8BuildException constructor- Parameters:
message
- the messagemethod
- the implied method
-
-
Method Details
-
getCauseType
Get cause type- Returns:
- the cause type
-
getCauseField
Get cause field- Returns:
- the cause field
-
getCauseMethod
Get cause method- Returns:
- the cause method
-