org.nakedobjects.object.reflect
Class NakedClassException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.nakedobjects.object.reflect.NakedClassException
All Implemented Interfaces:
java.io.Serializable

public class NakedClassException
extends java.lang.RuntimeException

A runtime exception indicating an problem has occurred within the Naked Objects framework.

See Also:
Serialized Form

Constructor Summary
NakedClassException()
           
NakedClassException(java.lang.String s)
           
 
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

NakedClassException

public NakedClassException()

NakedClassException

public NakedClassException(java.lang.String s)