java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.tonywasher.joceanus.astraeus.exc.AstraeusException
All Implemented Interfaces:
Serializable

public class AstraeusException extends Exception
Data Exception.
See Also:
  • Constructor Details

    • AstraeusException

      public AstraeusException(String s)
      Create a new Exception object based on a string.
      Parameters:
      s - the description of the exception
    • AstraeusException

      public AstraeusException(String s, Throwable c)
      Create a new Exception object based on a string and an underlying exception.
      Parameters:
      s - the description of the exception
      c - the underlying exception