uk.ac.gla.dcs.renaissance.iqir
Class QIAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by uk.ac.gla.dcs.renaissance.iqir.QIAException
All Implemented Interfaces:
Serializable

public class QIAException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
QIAException()
           
QIAException(String message)
           
QIAException(String format, Object... values)
           
QIAException(String message, Throwable t)
           
QIAException(Throwable t)
           
QIAException(Throwable t, String format, Object... values)
           
 
Method Summary
 void addContext(String string, Object... values)
           
 List<String> getContext()
           
 
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

QIAException

public QIAException()

QIAException

public QIAException(String message,
                    Throwable t)

QIAException

public QIAException(Throwable t,
                    String format,
                    Object... values)

QIAException

public QIAException(String message)

QIAException

public QIAException(String format,
                    Object... values)

QIAException

public QIAException(Throwable t)
Method Detail

addContext

public void addContext(String string,
                       Object... values)

getContext

public List<String> getContext()


Copyright © 2011. All Rights Reserved.