Class InvalidStructureFileException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    InvalidStructureVersionException

    public class InvalidStructureFileException
    extends Exception
    Exception thrown when a structure file could not be read because it is invalid.
    Since:
    6.2.0
    Version:
    $Revision: 14542 $ $Date: 2012-07-30 11:24:54 -0300 (Mon, 30 Jul 2012) $
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidStructureFileException

        public InvalidStructureFileException​(String message,
                                             Throwable cause)
      • InvalidStructureFileException

        public InvalidStructureFileException​(String message)