Class DragonException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.goatshriek.rubydragon.DragonException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingDragonDependency

public class DragonException extends Exception
A generic exception from RubyDragon. This class shouldn't be used directly, instead it should be extended and then the more specific child should be thrown instead.
See Also:
  • Constructor Details

    • DragonException

      public DragonException(String message)
      A new generic RubyDragon exception.
      Parameters:
      message - A description of the issue encountered.