ariba.ui.aribaweb.util
Class AWGenericException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ariba.util.core.WrapperRuntimeException
                  extended by ariba.ui.aribaweb.util.AWGenericException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AWBinding.AWBindingException, AWNodeChangeException

public class AWGenericException
extends WrapperRuntimeException

See Also:
Serialized Form

Nested Class Summary
static class AWGenericException.FrameInfo
           
static class AWGenericException.ParsedException
           
 
Constructor Summary
AWGenericException(java.lang.String exceptionMessage)
           
AWGenericException(java.lang.String message, java.lang.Throwable exception)
           
AWGenericException(java.lang.Throwable exception)
           
 
Method Summary
 java.lang.String additionalMessage()
           
 void addMessage(java.lang.String message)
           
 void addReferenceElement(AWBaseElement comRef)
           
static AWGenericException augmentedExceptionWithMessage(java.lang.String message, java.lang.Throwable exception)
           
static java.util.List<AWGenericException.ParsedException> parseException(java.lang.Throwable e)
           
 void printStackTrace(java.io.PrintStream printStream)
           
 void printStackTrace(java.io.PrintWriter printWriter)
           
 void printStackTrace(java.io.PrintWriter printWriter, boolean smart)
           
 
Methods inherited from class ariba.util.core.WrapperRuntimeException
getExceptionType, originalCause, originalException, wrapsException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AWGenericException

public AWGenericException(java.lang.String exceptionMessage)

AWGenericException

public AWGenericException(java.lang.Throwable exception)

AWGenericException

public AWGenericException(java.lang.String message,
                          java.lang.Throwable exception)
Method Detail

augmentedExceptionWithMessage

public static AWGenericException augmentedExceptionWithMessage(java.lang.String message,
                                                               java.lang.Throwable exception)

additionalMessage

public java.lang.String additionalMessage()

addMessage

public void addMessage(java.lang.String message)

addReferenceElement

public void addReferenceElement(AWBaseElement comRef)

printStackTrace

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

printStackTrace

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

printStackTrace

public void printStackTrace(java.io.PrintWriter printWriter,
                            boolean smart)

parseException

public static java.util.List<AWGenericException.ParsedException> parseException(java.lang.Throwable e)


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.