pl.edu.agh.cast.data.model
Class ModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by pl.edu.agh.cast.data.model.ModelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConverterException

public class ModelException
extends RuntimeException

Exception related to basic CAST model operation.

Author:
AGH CAST Team
See Also:
Serialized Form

Constructor Summary
ModelException()
          Empty constructor.
ModelException(String message)
          Constructor.
ModelException(String message, Throwable cause)
          Constructor.
ModelException(Throwable cause)
          Constructor.
 
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

ModelException

public ModelException()
Empty constructor.


ModelException

public ModelException(String message)
Constructor.

Parameters:
message - message

ModelException

public ModelException(Throwable cause)
Constructor.

Parameters:
cause - Throwable that caused this exception

ModelException

public ModelException(String message,
                      Throwable cause)
Constructor.

Parameters:
message - message
cause - Throwable that caused this exception


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.