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

Class NestedException

    • Constructor Summary

      Constructors 
      Constructor and Description
      NestedException()
      Create a remote exception
      NestedException(java.lang.String s)
      Create a remote exception with the specified string
      NestedException(java.lang.String s, java.lang.Throwable ex)
      Create a remote exception with the specified string, and the exception specified.
    • Constructor Detail

      • NestedException

        public NestedException()
        Create a remote exception
      • NestedException

        public NestedException(java.lang.String s)
        Create a remote exception with the specified string
      • NestedException

        public NestedException(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
      • formatNestedException

        public static java.lang.String formatNestedException(HasNestedException t)
      • 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.