Package ngs

Class ErrorMsg

  • All Implemented Interfaces:
    java.io.Serializable

    public class ErrorMsg
    extends java.lang.Exception
    A generic NGS error class Holds a message describing what happened
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String what()  
      • 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

      • ErrorMsg

        public ErrorMsg()
      • ErrorMsg

        public ErrorMsg​(java.lang.String message)
      • ErrorMsg

        public ErrorMsg​(ErrorMsg obj)
    • Method Detail

      • what

        public java.lang.String what()
        Returns:
        What went wrong