Class WrongFormatException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WrongFormatException
    extends GeneratorException
    Wrong format exception.
    Since:
    1.1
    Version:
    $Revision: 5951 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
    Author:
    Le Duc Bao, Ralf Joachim
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WrongFormatException​(java.lang.String message)
      Construct WrongFormatException with given message.
      WrongFormatException​(java.lang.String message, java.lang.Exception ex)
      Construct WrongFormatException with given message and 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

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

      • WrongFormatException

        public WrongFormatException​(java.lang.String message)
        Construct WrongFormatException with given message.
        Parameters:
        message - Exception message.
      • WrongFormatException

        public WrongFormatException​(java.lang.String message,
                                    java.lang.Exception ex)
        Construct WrongFormatException with given message and cause.
        Parameters:
        message - Exception message.
        ex - Original exception cause.