org.ow2.frascati.tinfi.api
Class TinfiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.frascati.tinfi.api.TinfiException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ContentInstantiationException, IllegalPromoterException

public class TinfiException
extends java.lang.Exception

Root class for all exceptions declared by Tinfi.

Author:
Lionel Seinturier
See Also:
Serialized Form

Constructor Summary
TinfiException()
           
TinfiException(java.lang.String msg)
           
TinfiException(java.lang.String s, java.lang.Throwable t)
           
TinfiException(java.lang.Throwable t)
           
 
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

TinfiException

public TinfiException()

TinfiException

public TinfiException(java.lang.String msg)

TinfiException

public TinfiException(java.lang.Throwable t)

TinfiException

public TinfiException(java.lang.String s,
                      java.lang.Throwable t)


Copyright © 2007-2011. All Rights Reserved.