Class GUnitException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GUnitException
    extends java.lang.Exception
    Exception class used by GUnit.
    Author:
    Christopher Mindus
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      ConstructorDescription
      GUnitException​(java.lang.String msg)
      Creates the exception with a description.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GUnitException

        public GUnitException​(java.lang.String msg)
        Creates the exception with a description.