org.apache.myfaces.trinidadinternal.share.expl
Class ExplException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.myfaces.trinidadinternal.share.expl.ExplException
All Implemented Interfaces:
java.io.Serializable

public class ExplException
extends java.lang.Exception

ExplException is the base binding language exception.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/share/expl/ExplException.java#0 $) $Date: 10-nov-2005.19:00:12 $
Author:
The Oracle ADF Faces Team
See Also:
Serialized Form

Constructor Summary
ExplException(java.lang.String message)
           
ExplException(java.lang.String message, java.lang.Throwable rootCause)
           
ExplException(java.lang.Throwable rootCause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExplException

public ExplException(java.lang.String message)

ExplException

public ExplException(java.lang.String message,
                     java.lang.Throwable rootCause)

ExplException

public ExplException(java.lang.Throwable rootCause)


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.