ariba.util.core
Class ReferenceReaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ariba.util.core.ReferenceReaderException
All Implemented Interfaces:
java.io.Serializable

public class ReferenceReaderException
extends java.lang.RuntimeException

Exception class to be used for ReferenceReader

See Also:
Serialized Form

Constructor Summary
ReferenceReaderException(java.lang.String s)
          Constructor for ReferenceReaderException.
ReferenceReaderException(java.lang.String msg, java.lang.Throwable t)
          Constructor for AppInfoException with a given throwable and message.
ReferenceReaderException(java.lang.Throwable t)
          Constructor for AppInfoException with a given throwable.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReferenceReaderException

public ReferenceReaderException(java.lang.String s)
Constructor for ReferenceReaderException.

Parameters:
s - the message associated with the exception.

ReferenceReaderException

public ReferenceReaderException(java.lang.Throwable t)
Constructor for AppInfoException with a given throwable. This is basically a wrapper around the orignal throwable.

Parameters:
t - the throwable

ReferenceReaderException

public ReferenceReaderException(java.lang.String msg,
                                java.lang.Throwable t)
Constructor for AppInfoException with a given throwable and message. This is basically a wrapper around the orignal throwable.

Parameters:
msg - the message
t - the throwable


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