org.openstreetmap.josm.data.projection
Class ProjectionConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openstreetmap.josm.data.projection.ProjectionConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ProjectionConfigurationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ProjectionConfigurationException()
           
ProjectionConfigurationException(java.lang.String message)
           
ProjectionConfigurationException(java.lang.String message, java.lang.Throwable cause)
           
ProjectionConfigurationException(java.lang.Throwable 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

ProjectionConfigurationException

public ProjectionConfigurationException()

ProjectionConfigurationException

public ProjectionConfigurationException(java.lang.String message,
                                        java.lang.Throwable cause)

ProjectionConfigurationException

public ProjectionConfigurationException(java.lang.String message)

ProjectionConfigurationException

public ProjectionConfigurationException(java.lang.Throwable cause)


JOSM