pl.edu.agh.cast.importer.base.exceptions
Class ImportConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by pl.edu.agh.cast.importer.base.exceptions.ImportConversionException
All Implemented Interfaces:
Serializable

public class ImportConversionException
extends RuntimeException

Thrown whenever a runtime exception during the import conversion process occurs.

Author:
AGH CAST Team
See Also:
Serialized Form

Constructor Summary
ImportConversionException()
          Constructs a new exception.
ImportConversionException(String message)
          Constructs a new exception with the specified detail message.
ImportConversionException(String message, Throwable cause)
          Constructs a new exception with the specified detail message and cause.
ImportConversionException(Throwable cause)
          Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
 
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

ImportConversionException

public ImportConversionException()
Constructs a new exception.


ImportConversionException

public ImportConversionException(String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message

ImportConversionException

public ImportConversionException(String message,
                                 Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause

ImportConversionException

public ImportConversionException(Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).

Parameters:
cause - the cause


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