org.iqual.chaplin
Class OutOfContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.iqual.chaplin.OutOfContextException
All Implemented Interfaces:
Serializable

public class OutOfContextException
extends RuntimeException

Since:
Apr 5, 2009 10:18:35 PM
Author:
Zbynek Slajchrt
See Also:
Serialized Form

Constructor Summary
OutOfContextException()
           
OutOfContextException(String message)
           
OutOfContextException(String message, Throwable cause)
           
OutOfContextException(Throwable cause)
           
 
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

OutOfContextException

public OutOfContextException()

OutOfContextException

public OutOfContextException(String message)

OutOfContextException

public OutOfContextException(String message,
                             Throwable cause)

OutOfContextException

public OutOfContextException(Throwable cause)


Copyright © 2009 iquality.org. All Rights Reserved.