org.nakedobjects.applib
Class ApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nakedobjects.applib.ApplicationException
All Implemented Interfaces:
Serializable

public class ApplicationException
extends RuntimeException

Indicates that a problem has occurred within the application, as opposed to within a supporting framework or system.

See Also:
Serialized Form

Constructor Summary
ApplicationException(String msg)
           
ApplicationException(String msg, Throwable cause)
           
ApplicationException(Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ApplicationException

public ApplicationException(String msg)

ApplicationException

public ApplicationException(Throwable cause)

ApplicationException

public ApplicationException(String msg,
                            Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


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