org.nakedobjects.runtime.system
Class NakedObjectSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nakedobjects.runtime.system.NakedObjectSystemException
All Implemented Interfaces:
java.io.Serializable

public class NakedObjectSystemException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NakedObjectSystemException()
           
NakedObjectSystemException(java.lang.String message)
           
NakedObjectSystemException(java.lang.String message, java.lang.Throwable cause)
           
NakedObjectSystemException(java.lang.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

NakedObjectSystemException

public NakedObjectSystemException()

NakedObjectSystemException

public NakedObjectSystemException(java.lang.String message)

NakedObjectSystemException

public NakedObjectSystemException(java.lang.Throwable cause)

NakedObjectSystemException

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


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.