org.opengis.layer
Class LayerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.opengis.layer.LayerException
-
- All Implemented Interfaces:
- java.io.Serializable
public class LayerException extends java.io.IOExceptionThrows when a layer source failed to create a layer.- Since:
- GeoAPI 2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description LayerException()Creates an exception with no message.LayerException(java.lang.String message)Creates an exception with the specified message.LayerException(java.lang.String message, java.lang.Throwable cause)Creates an exception with the specified message.LayerException(java.lang.Throwable cause)Creates an exception with the specified cause.
-
-
-
Constructor Detail
-
LayerException
public LayerException()
Creates an exception with no message.
-
LayerException
public LayerException(java.lang.String message)
Creates an exception with the specified message.- Parameters:
message- The detail message. The detail message is saved for later retrieval by theThrowable.getMessage()method.
-
LayerException
public LayerException(java.lang.Throwable cause)
Creates an exception with the specified cause.- Parameters:
cause- The cause for this exception. The cause is saved for later retrieval by theThrowable.getCause()method.
-
LayerException
public LayerException(java.lang.String message, java.lang.Throwable cause)Creates an exception with the specified message.- Parameters:
message- The detail message. The detail message is saved for later retrieval by theThrowable.getMessage()method.cause- The cause for this exception. The cause is saved for later retrieval by theThrowable.getCause()method.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG