Documentation of 'javolution37.javolution.JavolutionError' Java class
JavolutionError
javolution37.javolution

Class JavolutionError

  • All Implemented Interfaces:
    java.io.Serializable


    public final class JavolutionError
    extends java.lang.Error
    Signals that a serious problem (bug ?!) has been detected within the library.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      JavolutionError(java.lang.String message)
      Creates an error message with the specified message and cause.
      JavolutionError(java.lang.String message, java.lang.Throwable cause)
      Creates an error message with the specified message and cause.
      JavolutionError(java.lang.Throwable cause)
      Creates an error message with the specified cause The cause stack trace is printed to the current error stream (System.err).
    • 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

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

      • JavolutionError

        public JavolutionError(java.lang.String message)
        Creates an error message with the specified message and cause.
        Parameters:
        message - the detail message.
        cause - the cause or null if the cause is nonexistent or unknown.
        Throws:
        java.lang.Error - (always)
      • JavolutionError

        public JavolutionError(java.lang.String message,
                               java.lang.Throwable cause)
        Creates an error message with the specified message and cause. The cause stack trace is printed to the current error stream (System.err).
        Parameters:
        message - the detailed message.
        cause - the cause of this error.
      • JavolutionError

        public JavolutionError(java.lang.Throwable cause)
        Creates an error message with the specified cause The cause stack trace is printed to the current error stream (System.err).
        Parameters:
        cause - the cause of this error.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.