net.sf.morph.context
Class ContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.morph.util.NestableRuntimeException
                  extended by net.sf.morph.MorphException
                      extended by net.sf.morph.context.ContextException
All Implemented Interfaces:
java.io.Serializable

public class ContextException
extends MorphException

An exception related to accessing the information stored in a context.

Since:
Nov 19, 2004
Author:
Matt Sgarlata
See Also:
Serialized Form

Constructor Summary
ContextException()
           
ContextException(java.lang.String message)
           
ContextException(java.lang.String message, java.lang.Throwable cause)
           
ContextException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class net.sf.morph.util.NestableRuntimeException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, setCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextException

public ContextException()

ContextException

public ContextException(java.lang.String message)

ContextException

public ContextException(java.lang.String message,
                        java.lang.Throwable cause)

ContextException

public ContextException(java.lang.Throwable cause)


Copyright © 2004-2008.