Module com.s8.api

Class S8BuildException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.s8.api.exceptions.S8BuildException
All Implemented Interfaces:
Serializable

public class S8BuildException extends Exception
Build Exception
Author:
Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
See Also:
  • Constructor Details

    • S8BuildException

      public S8BuildException(String message)
      Default S8BuildException constructor
      Parameters:
      message - the message
    • S8BuildException

      public S8BuildException(String message, Class<?> type)
      S8BuildException constructor
      Parameters:
      message - the message
      type - the implied type
    • S8BuildException

      public S8BuildException(String message, Field field)
      S8BuildException constructor
      Parameters:
      message - the message
      field - the implied field
    • S8BuildException

      public S8BuildException(String message, Method method)
      S8BuildException constructor
      Parameters:
      message - the message
      method - the implied method
  • Method Details

    • getCauseType

      public Class<?> getCauseType()
      Get cause type
      Returns:
      the cause type
    • getCauseField

      public Field getCauseField()
      Get cause field
      Returns:
      the cause field
    • getCauseMethod

      public Method getCauseMethod()
      Get cause method
      Returns:
      the cause method