pl.edu.agh.cast.data.converter
Class ConverterException

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
                  extended by pl.edu.agh.cast.data.converter.ConverterException
All Implemented Interfaces:
Serializable

public class ConverterException
extends ModelException

Exception related to CAST model conversion.

Author:
AGH CAST Team
See Also:
Serialized Form

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

ConverterException

public ConverterException()
Empty constructor.


ConverterException

public ConverterException(String message)
Constructor.

Parameters:
message - message

ConverterException

public ConverterException(Throwable cause)
Constructor.

Parameters:
cause - Throwable that caused this exception

ConverterException

public ConverterException(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.