com.ibm.tivoli.maximo.dbmanage

Class ExceptionUtility

  • java.lang.Object
    • com.ibm.tivoli.maximo.dbmanage.ExceptionUtility


  • public class ExceptionUtility
    extends java.lang.Object
    Helper class for dealing with exceptions.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ExceptionUtility() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.util.List listExceptions(java.lang.Throwable t)
      Return all exceptions owned or chained to the given exception.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExceptionUtility

        public ExceptionUtility()
    • Method Detail

      • listExceptions

        public static java.util.List listExceptions(java.lang.Throwable t)
        Return all exceptions owned or chained to the given exception.
        Parameters:
        t - The starting exception
        Returns:
        A list of exceptions, starting with the parameter given