Documentation of 'jas2.util.NestedRuntimeException' Java class
NestedRuntimeException
jas2.util

Class NestedRuntimeException

    • Constructor Summary

      Constructors 
      Constructor and Description
      NestedRuntimeException(java.lang.String s, java.lang.Throwable ex)
      Create a remote exception with the specified string, and the exception specified.
      NestedRuntimeException(java.lang.Throwable ex)
      Create a nested exception with the specified string
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getMessage()
      Produce the message, include the message from the nested exception if there is one.
      java.lang.Throwable getNestedException() 
      java.lang.String getSimpleMessage()
      Return just the super classes message
      void printStackTrace() 
      void printStackTrace(java.io.PrintStream s) 
      void printStackTrace(java.io.PrintWriter s) 
      • Methods inherited from class java.lang.Throwable

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

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

      • NestedRuntimeException

        public NestedRuntimeException(java.lang.Throwable ex)
        Create a nested exception with the specified string
      • NestedRuntimeException

        public NestedRuntimeException(java.lang.String s,
                                      java.lang.Throwable ex)
        Create a remote exception with the specified string, and the exception specified.
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Produce the message, include the message from the nested exception if there is one.
        Specified by:
        getMessage in interface HasNestedException
        Overrides:
        getMessage in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace()
        Overrides:
        printStackTrace in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace(java.io.PrintStream s)
        Overrides:
        printStackTrace in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace(java.io.PrintWriter s)
        Overrides:
        printStackTrace in class java.lang.Throwable

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.