Class YggdrasilException

All Implemented Interfaces:
Serializable

public class YggdrasilException extends RuntimeException
Thrown if the object(s) that should be saved/loaded with Yggdrasil do not comply with its requirements, or if Yggdrasil is used incorrectly.

A detail message will always be supplied, so fixing these errors should be trivial.

See Also:
  • Constructor Details

    • YggdrasilException

      public YggdrasilException(String message)
    • YggdrasilException

      public YggdrasilException(String message, Throwable cause)
    • YggdrasilException

      public YggdrasilException(Throwable cause)