Class GirrException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.harctoolbox.girr.GirrException
All Implemented Interfaces:
Serializable

public class GirrException extends Exception
Exception for errors in Girr.
See Also:
  • Constructor Details

    • GirrException

      public GirrException(String string)
      Exception constructor.
      Parameters:
      string -
    • GirrException

      public GirrException(Throwable ex)
      Exception constructor.
      Parameters:
      ex -
    • GirrException

      public GirrException()
      Constructor without arguments.