org.deegree.cs.exceptions
Class CRSExportingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CRSExportingException
public CRSExportingException(String message)
- Parameters:
message
- to be displayed
CRSExportingException
public CRSExportingException(String message,
Exception e)
- Parameters:
message
- to be displayede
- cause
CRSExportingException
public CRSExportingException(Exception e)
- Parameters:
e
- cause
Copyright © 2011. All Rights Reserved.