Documentation of 'math.jwave.exc.JWaveException' Java class
JWaveException
math.jwave.exc

Class JWaveException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    JWaveError, JWaveFailure


    public class JWaveException
    extends java.lang.Throwable
    Class to be generally thrown in this package to mark an exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      JWaveException(java.lang.Exception e)
      Copy constructor; use this for a quick fix of sub types
      JWaveException(java.lang.String message)
      Constructor for storing a handed exception message
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getMessage()
      Returns the stored exception message as a string
      void nuke()
      Nuke the run and print stack trace
      void showMessage()
      Displays the stored exception message at console out
      • Methods inherited from class java.lang.Throwable

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

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

      • JWaveException

        public JWaveException(java.lang.String message)
        Constructor for storing a handed exception message
        Parameters:
        message - this message should tell exactly what went wrong
      • JWaveException

        public JWaveException(java.lang.Exception e)
        Copy constructor; use this for a quick fix of sub types
        Parameters:
        e - an object of this class
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Returns the stored exception message as a string
        Overrides:
        getMessage in class java.lang.Throwable
        Returns:
        exception message that should tell exactly what went wrong
      • showMessage

        public void showMessage()
        Displays the stored exception message at console out
      • nuke

        public void nuke()
        Nuke the run and print stack trace

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.