org.nakedobjects.applib
Class ApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
ApplicationException
public ApplicationException(String msg)
ApplicationException
public ApplicationException(Throwable cause)
ApplicationException
public ApplicationException(String msg,
Throwable cause)
getCause
public Throwable getCause()
- Overrides:
getCause in class Throwable
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.