Class ParseUtil.PreallocatedException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ParseUtil

    private static class ParseUtil.PreallocatedException
    extends java.lang.NumberFormatException
    Preallocated exception.
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      Serialization version ID.
    • Constructor Summary

      Constructors 
      Constructor Description
      PreallocatedException​(java.lang.String msg)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable fillInStackTrace()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

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

      • serialVersionUID

        private static final long serialVersionUID
        Serialization version ID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PreallocatedException

        public PreallocatedException​(java.lang.String msg)
        Constructor.
        Parameters:
        msg - Message
    • Method Detail

      • fillInStackTrace

        public java.lang.Throwable fillInStackTrace()
        Overrides:
        fillInStackTrace in class java.lang.Throwable
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable