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:
- java.io.Serializable
public class CRSExportingException
- extends java.lang.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CRSExportingException
public CRSExportingException(java.lang.String message)
- Parameters:
message
- to be displayed
CRSExportingException
public CRSExportingException(java.lang.String message,
java.lang.Exception e)
- Parameters:
message
- to be displayede
- cause
CRSExportingException
public CRSExportingException(java.lang.Exception e)
- Parameters:
e
- cause
Copyright © 2011. All Rights Reserved.