Documentation of 'org.opengis.feature.display.canvas.StyleException' Java class
StyleException
org.opengis.feature.display.canvas

Class StyleException

  • All Implemented Interfaces:
    java.io.Serializable


    public class StyleException
    extends java.lang.Exception
    Thrown when the canvas is unable to apply a style to a feature that has been added to one of its layers.
    Since:
    GeoAPI 2.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      StyleException()
      Constructs a new exception with no detail message.
      StyleException(java.lang.String message)
      Constructs a new exception with the specified detail message.
      StyleException(java.lang.String message, java.lang.Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      StyleException(java.lang.Throwable cause)
      Constructs a new 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

      • StyleException

        public StyleException()
        Constructs a new exception with no detail message.
      • StyleException

        public StyleException(java.lang.String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message, saved for later retrieval by the Throwable.getMessage() method.
      • StyleException

        public StyleException(java.lang.Throwable cause)
        Constructs a new exception with the specified cause.
        Parameters:
        cause - the cause, saved for later retrieval by the Throwable.getCause() method.
      • StyleException

        public StyleException(java.lang.String message,
                              java.lang.Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message, saved for later retrieval by the Throwable.getMessage() method.
        cause - the cause, 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.