Class PluginMetadataParseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PluginMetadataParseException
    extends java.lang.Exception
    Exception when plugin metadata parsing occurred.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getMetadataFile()  
      java.lang.String getOriginalMessage()  
      • 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
    • Field Detail

      • metadataFile

        private final java.io.File metadataFile
      • originalMessage

        private final java.lang.String originalMessage
    • Constructor Detail

      • PluginMetadataParseException

        public PluginMetadataParseException​(java.io.File metadataFile,
                                            java.lang.String message,
                                            java.lang.Throwable cause)
        Parameters:
        metadataFile - could be null
        message - could be null
        cause - could be null
      • PluginMetadataParseException

        public PluginMetadataParseException​(java.io.File metadataFile,
                                            java.lang.String message)
        Parameters:
        metadataFile - could be null
        message - could be null
    • Method Detail

      • getMetadataFile

        public java.io.File getMetadataFile()
        Returns:
        the metadata file
      • getOriginalMessage

        public java.lang.String getOriginalMessage()
        Returns:
        the original message