net.sf.oness.common.model.exceptions
Class ModelException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.oness.common.model.exceptions.ModelException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExistingInstanceException, NonContinuousDataException

public abstract class ModelException
extends java.lang.Exception

The root exception of all exceptions in the "Model".

Version:
$Revision: 1.4 $
Author:
Carlos Sanchez
See Also:
Serialized Form

Constructor Summary
protected ModelException()
           
protected ModelException(java.lang.String message)
           
 
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

ModelException

protected ModelException()

ModelException

protected ModelException(java.lang.String message)


Copyright © 2003-2005 ONess Project. All Rights Reserved.