org.nakedobjects.metamodel.commons.exceptions
Class NakedObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nakedobjects.metamodel.commons.exceptions.NakedObjectException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ConfigurationException, InstanceCreationClassException, InstanceCreationException, ModelException, NakedObjectApplicationException, NakedObjectAssertException, NotYetImplementedException, ReflectionException, ReflectiveActionException, ResolveException, UnavailableClassException, UnexpectedCallException, UnknownTypeException
public class NakedObjectException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NakedObjectException
public NakedObjectException()
NakedObjectException
public NakedObjectException(java.lang.String message)
NakedObjectException
public NakedObjectException(java.lang.String messageFormat,
java.lang.Object... args)
NakedObjectException
public NakedObjectException(java.lang.String message,
java.lang.Throwable cause)
NakedObjectException
public NakedObjectException(java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Overrides:
printStackTrace in class java.lang.Throwable
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.