Documentation of 'org.opengis.layer.LayerException' Java class
LayerException
org.opengis.layer

Class LayerException

  • All Implemented Interfaces:
    java.io.Serializable


    public class LayerException
    extends java.io.IOException
    Throws 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 the Throwable.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 the Throwable.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 the Throwable.getMessage() method.
        cause - The cause for this exception. The cause is saved for later retrieval by the Throwable.getCause() method.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.