org.deegree.cs.exceptions
Class CRSExportingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.deegree.cs.exceptions.CRSExportingException
All Implemented Interfaces:
Serializable

public class CRSExportingException
extends RuntimeException

The CRSExportingException class reports an error that occurred in the process of exporting a CRS to a file, database, etc.

Version:
$Revision: $, $Date: $
Author:
Andrei Ionita, last edited by: $Author: ionita $
See Also:
Serialized Form

Constructor Summary
CRSExportingException(Exception e)
           
CRSExportingException(String message)
           
CRSExportingException(String message, Exception e)
           
 
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

CRSExportingException

public CRSExportingException(String message)
Parameters:
message - to be displayed

CRSExportingException

public CRSExportingException(String message,
                             Exception e)
Parameters:
message - to be displayed
e - cause

CRSExportingException

public CRSExportingException(Exception e)
Parameters:
e - cause


Copyright © 2011. All Rights Reserved.