Class DescriptorParseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DescriptorParseException
    extends java.lang.Exception
    Thrown if raw descriptor contents cannot be parsed to one or more Descriptor instances, according to descriptor specifications.
    Since:
    1.0.0
    See Also:
    Serialized Form
    • 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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DescriptorParseException

        public DescriptorParseException​(java.lang.String message)
      • DescriptorParseException

        public DescriptorParseException​(java.lang.String message,
                                        java.lang.Exception ex)