Class NativeError.ProtoProps

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

    private static final class NativeError.ProtoProps
    extends java.lang.Object
    implements java.io.Serializable
    We will attch this object to the constructor and use it solely to store the constructor properties that are "global." We can't make them static because there can be many contexts in the same JVM.
    • Constructor Detail

      • ProtoProps

        private ProtoProps()
    • Method Detail

      • getStackTraceLimit

        public java.lang.Object getStackTraceLimit()
      • setStackTraceLimit

        public void setStackTraceLimit​(java.lang.Object value)
      • getPrepareStackTrace

        public java.lang.Object getPrepareStackTrace()
      • setPrepareStackTrace

        public void setPrepareStackTrace​(java.lang.Object value)