Class InvalidStructureFileException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    InvalidStructureVersionException

    public class InvalidStructureFileException
    extends java.lang.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
    • 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

      • InvalidStructureFileException

        public InvalidStructureFileException​(java.lang.String message,
                                             java.lang.Throwable cause)
      • InvalidStructureFileException

        public InvalidStructureFileException​(java.lang.String message)