Versions in this module Expand all Collapse all v1 v1.2.4 Jul 29, 2019 v1.2.3 Jul 24, 2019 v1.2.2 Jul 22, 2019 Changes in this version + type AnnotationTypeMismatchException struct + Cause Throwabler + DetailMessage string + Element Method + FoundType string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewAnnotationTypeMismatchException(detailMessage string) *AnnotationTypeMismatchException + func (AnnotationTypeMismatchException) JavaClassName() string + func (e AnnotationTypeMismatchException) Error() string + type IncompleteAnnotationException struct + AnnotationType Class + Cause Throwabler + DetailMessage string + ElementName string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewIncompleteAnnotationException(detailMessage string) *IncompleteAnnotationException + func (IncompleteAnnotationException) JavaClassName() string + func (e IncompleteAnnotationException) Error() string + type Method struct + Name string + func (Method) JavaClassName() string v1.2.1 Jul 18, 2019 Changes in this version + type DubboGenericException struct + Cause Throwabler + DetailMessage string + ExceptionClass string + ExceptionMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewDubboGenericException(exceptionClass, exceptionMessage string) *DubboGenericException + func (DubboGenericException) JavaClassName() string + func (e DubboGenericException) Error() string v1.2.0 Jul 10, 2019 v1.1.2 Jul 4, 2019 v1.1.1 Jul 4, 2019 v1.1.0 Jul 3, 2019 Changes in this version + type ArithmeticException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewArithmeticException(detailMessage string) *ArithmeticException + func (ArithmeticException) JavaClassName() string + func (e ArithmeticException) Error() string + type ArrayIndexOutOfBoundsException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewArrayIndexOutOfBoundsException(detailMessage string) *ArrayIndexOutOfBoundsException + func (ArrayIndexOutOfBoundsException) JavaClassName() string + func (e ArrayIndexOutOfBoundsException) Error() string + type ArrayStoreException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewArrayStoreException(detailMessage string) *ArrayStoreException + func (ArrayStoreException) JavaClassName() string + func (e ArrayStoreException) Error() string + type BackingStoreException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewBackingStoreException(detailMessage string) *BackingStoreException + func (BackingStoreException) JavaClassName() string + func (e BackingStoreException) Error() string + type BrokenBarrierException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewBrokenBarrierException(detailMessage string) *BrokenBarrierException + func (BrokenBarrierException) JavaClassName() string + func (e BrokenBarrierException) Error() string + type CancellationException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewCancellationException(detailMessage string) *CancellationException + func (CancellationException) JavaClassName() string + func (e CancellationException) Error() string + type Class struct + Name string + func (Class) JavaClassName() string + type ClassCastException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewClassCastException(detailMessage string) *ClassCastException + func (ClassCastException) JavaClassName() string + func (e ClassCastException) Error() string + type ClassNotFoundException struct + Cause Throwabler + DetailMessage string + Ex Throwabler + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewClassNotFoundException(detailMessage string, ex Throwabler) *ClassNotFoundException + func (ClassNotFoundException) JavaClassName() string + func (e ClassNotFoundException) Error() string + type CloneNotSupportedException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewCloneNotSupportedException(detailMessage string) *CloneNotSupportedException + func (CloneNotSupportedException) JavaClassName() string + func (e CloneNotSupportedException) Error() string + type CompletionException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewCompletionException(detailMessage string) *CompletionException + func (CompletionException) JavaClassName() string + func (e CompletionException) Error() string + type ConcurrentModificationException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewConcurrentModificationException(detailMessage string) *ConcurrentModificationException + func (ConcurrentModificationException) JavaClassName() string + func (e ConcurrentModificationException) Error() string + type DataFormatException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewDataFormatException(detailMessage string) *DataFormatException + func (DataFormatException) JavaClassName() string + func (e DataFormatException) Error() string + type DateTimeException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewDateTimeException(detailMessage string) *DateTimeException + func (DateTimeException) JavaClassName() string + func (e DateTimeException) Error() string + type DateTimeParseException struct + Cause Throwabler + DetailMessage string + ErrorIndex int32 + ParsedString string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewDateTimeParseException(detailMessage string, parsedString string, errorIndex int32) *DateTimeParseException + func (DateTimeParseException) JavaClassName() string + func (e DateTimeParseException) Error() string + type DuplicateFormatFlagsException struct + Cause Throwabler + DetailMessage string + Flags string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewDuplicateFormatFlagsException(detailMessage string) *DuplicateFormatFlagsException + func (DuplicateFormatFlagsException) JavaClassName() string + func (e DuplicateFormatFlagsException) Error() string + type EOFException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewEOFException(detailMessage string) *EOFException + func (EOFException) JavaClassName() string + func (e EOFException) Error() string + type EmptyStackException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewEmptyStackException(detailMessage string) *EmptyStackException + func (EmptyStackException) JavaClassName() string + func (e EmptyStackException) Error() string + type EnumConstantNotPresentException struct + Cause Throwabler + ConstantName string + DetailMessage string + EnumType Class + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewEnumConstantNotPresentException(detailMessage string) *EnumConstantNotPresentException + func (EnumConstantNotPresentException) JavaClassName() string + func (e EnumConstantNotPresentException) Error() string + type Exception struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewException(detailMessage string) *Exception + func (Exception) JavaClassName() string + func (e Exception) Error() string + type ExecutionException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewExecutionException(detailMessage string) *ExecutionException + func (ExecutionException) JavaClassName() string + func (e ExecutionException) Error() string + type FileNotFoundException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewFileNotFoundException(detailMessage string) *FileNotFoundException + func (FileNotFoundException) JavaClassName() string + func (e FileNotFoundException) Error() string + type FormatterClosedException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewFormatterClosedException() *FormatterClosedException + func (FormatterClosedException) JavaClassName() string + func (e FormatterClosedException) Error() string + type IOException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewIOException(detailMessage string) *IOException + func (IOException) JavaClassName() string + func (e IOException) Error() string + type IllegalAccessException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewIllegalAccessException(detailMessage string) *IllegalAccessException + func (IllegalAccessException) JavaClassName() string + func (e IllegalAccessException) Error() string + type IllegalArgumentException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewIllegalArgumentException(detailMessage string) *IllegalArgumentException + func (IllegalArgumentException) JavaClassName() string + func (e IllegalArgumentException) Error() string + type IllegalClassFormatException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewIllegalClassFormatException(detailMessage string) *IllegalClassFormatException + func (IllegalClassFormatException) JavaClassName() string + func (e IllegalClassFormatException) Error() string + type IllegalFormatCodePointException struct + C int32 + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewIllegalFormatCodePointException(c int32) *IllegalFormatCodePointException + func (IllegalFormatCodePointException) JavaClassName() string + func (e IllegalFormatCodePointException) Error() string + type IllegalFormatConversionException struct + Arg Class + C string + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewIllegalFormatConversionException(detailMessage string) *IllegalFormatConversionException + func (IllegalFormatConversionException) JavaClassName() string + func (e IllegalFormatConversionException) Error() string + type IllegalFormatFlagsException struct + Cause Throwabler + DetailMessage string + Flags string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewIllegalFormatFlagsException(flags string) *IllegalFormatFlagsException + func (IllegalFormatFlagsException) JavaClassName() string + func (e IllegalFormatFlagsException) Error() string + type IllegalFormatPrecisionException struct + Cause Throwabler + DetailMessage string + P int32 + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewIllegalFormatPrecisionException(p int32) *IllegalFormatPrecisionException + func (IllegalFormatPrecisionException) JavaClassName() string + func (e IllegalFormatPrecisionException) Error() string + type IllegalFormatWidthException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + W int + func NewIllegalFormatWidthException(w int) *IllegalFormatWidthException + func (IllegalFormatWidthException) JavaClassName() string + func (e IllegalFormatWidthException) Error() string + type IllegalMonitorStateException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewIllegalMonitorStateException(detailMessage string) *IllegalMonitorStateException + func (IllegalMonitorStateException) JavaClassName() string + func (e IllegalMonitorStateException) Error() string + type IllegalStateException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewIllegalStateException(detailMessage string) *IllegalStateException + func (IllegalStateException) JavaClassName() string + func (e IllegalStateException) Error() string + type IllegalThreadStateException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewIllegalThreadStateException(detailMessage string) *IllegalThreadStateException + func (IllegalThreadStateException) JavaClassName() string + func (e IllegalThreadStateException) Error() string + type IllformedLocaleException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewIllformedLocaleException(detailMessage string) *IllformedLocaleException + func (IllformedLocaleException) JavaClassName() string + func (e IllformedLocaleException) Error() string + type IndexOutOfBoundsException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewIndexOutOfBoundsException(detailMessage string) *IndexOutOfBoundsException + func (IndexOutOfBoundsException) JavaClassName() string + func (e IndexOutOfBoundsException) Error() string + type InputMismatchException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewInputMismatchException(detailMessage string) *InputMismatchException + func (InputMismatchException) JavaClassName() string + func (e InputMismatchException) Error() string + type InstantiationException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewInstantiationException(detailMessage string) *InstantiationException + func (InstantiationException) JavaClassName() string + func (e InstantiationException) Error() string + type InterruptedException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewInterruptedException(detailMessage string) *InterruptedException + func (InterruptedException) JavaClassName() string + func (e InterruptedException) Error() string + type InterruptedIOException struct + BytesTransferred int32 + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewInterruptedIOException(detailMessage string) *InterruptedIOException + func (InterruptedIOException) JavaClassName() string + func (e InterruptedIOException) Error() string + type InvalidClassException struct + Cause Throwabler + Classname string + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewInvalidClassException(classname string, detailMessage string) *InvalidClassException + func (InvalidClassException) JavaClassName() string + func (e InvalidClassException) Error() string + type InvalidObjectException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewInvalidObjectException(detailMessage string) *InvalidObjectException + func (InvalidObjectException) JavaClassName() string + func (e InvalidObjectException) Error() string + type InvalidPreferencesFormatException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewInvalidPreferencesFormatException(detailMessage string) *InvalidPreferencesFormatException + func (InvalidPreferencesFormatException) JavaClassName() string + func (e InvalidPreferencesFormatException) Error() string + type InvalidPropertiesFormatException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewInvalidPropertiesFormatException(detailMessage string) *InvalidPropertiesFormatException + func (InvalidPropertiesFormatException) JavaClassName() string + func (e InvalidPropertiesFormatException) Error() string + type InvocationTargetException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + Target Throwabler + func NewInvocationTargetException(target Throwabler, detailMessage string) *InvocationTargetException + func (InvocationTargetException) JavaClassName() string + func (e InvocationTargetException) Error() string + type JarException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewJarException(detailMessage string) *JarException + func (JarException) JavaClassName() string + func (e JarException) Error() string + type LambdaConversionException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewLambdaConversionException(detailMessage string) *LambdaConversionException + func (LambdaConversionException) JavaClassName() string + func (e LambdaConversionException) Error() string + type MalformedParameterizedTypeException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewMalformedParameterizedTypeException(detailMessage string) *MalformedParameterizedTypeException + func (MalformedParameterizedTypeException) JavaClassName() string + func (e MalformedParameterizedTypeException) Error() string + type MalformedParametersException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewMalformedParametersException(detailMessage string) *MalformedParametersException + func (MalformedParametersException) JavaClassName() string + func (e MalformedParametersException) Error() string + type MissingFormatArgumentException struct + Cause Throwabler + DetailMessage string + S string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewMissingFormatArgumentException(s string) *MissingFormatArgumentException + func (MissingFormatArgumentException) JavaClassName() string + func (e MissingFormatArgumentException) Error() string + type MissingFormatWidthException struct + Cause Throwabler + DetailMessage string + S string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewMissingFormatWidthException(s string) *MissingFormatWidthException + func (MissingFormatWidthException) JavaClassName() string + func (e MissingFormatWidthException) Error() string + type MissingResourceException struct + Cause Throwabler + ClassName string + DetailMessage string + Key string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewMissingResourceException(detailMessage, classname, key string) *MissingResourceException + func (MissingResourceException) JavaClassName() string + func (e MissingResourceException) Error() string + type NegativeArraySizeException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewNegativeArraySizeException(detailMessage string) *NegativeArraySizeException + func (NegativeArraySizeException) JavaClassName() string + func (e NegativeArraySizeException) Error() string + type NoSuchElementException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewNoSuchElementException(detailMessage string) *NoSuchElementException + func (NoSuchElementException) JavaClassName() string + func (e NoSuchElementException) Error() string + type NoSuchFieldException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewNoSuchFieldException(detailMessage string) *NoSuchFieldException + func (NoSuchFieldException) JavaClassName() string + func (e NoSuchFieldException) Error() string + type NoSuchMethodException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewNoSuchMethodException(detailMessage string) *NoSuchMethodException + func (NoSuchMethodException) JavaClassName() string + func (e NoSuchMethodException) Error() string + type NotActiveException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewNotActiveException(detailMessage string) *NotActiveException + func NewNotSerializableException(detailMessage string) *NotActiveException + func (NotActiveException) JavaClassName() string + func (e NotActiveException) Error() string + type NotSerializableException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func (NotSerializableException) JavaClassName() string + func (e NotSerializableException) Error() string + type NullPointerException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewNullPointerException(detailMessage string) *NullPointerException + func (e NullPointerException) Error() string + func (e NullPointerException) JavaClassName() string + type NumberFormatException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewNumberFormatException(detailMessage string) *NumberFormatException + func (NumberFormatException) JavaClassName() string + func (e NumberFormatException) Error() string + type ObjectStreamException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewObjectStreamException(detailMessage string) *ObjectStreamException + func (ObjectStreamException) JavaClassName() string + func (e ObjectStreamException) Error() string + type OptionalDataException struct + Cause Throwabler + DetailMessage string + Eof bool + Length int + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewOptionalDataException(eof bool, length int) *OptionalDataException + func (OptionalDataException) JavaClassName() string + func (e OptionalDataException) Error() string + type ReflectiveOperationException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewReflectiveOperationException(detailMessage string) *ReflectiveOperationException + func (ReflectiveOperationException) JavaClassName() string + func (e ReflectiveOperationException) Error() string + type RejectedExecutionException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewRejectedExecutionException(detailMessage string) *RejectedExecutionException + func (RejectedExecutionException) JavaClassName() string + func (e RejectedExecutionException) Error() string + type RuntimeException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewRuntimeException(detailMessage string) *RuntimeException + func (RuntimeException) JavaClassName() string + func (e RuntimeException) Error() string + type SecurityException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewSecurityException(detailMessage string) *SecurityException + func (SecurityException) JavaClassName() string + func (e SecurityException) Error() string + type StackTraceElement struct + DeclaringClass string + FileName string + LineNumber int + MethodName string + func (StackTraceElement) JavaClassName() string + type StreamCorruptedException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewStreamCorruptedException(detailMessage string) *StreamCorruptedException + func (StreamCorruptedException) JavaClassName() string + func (e StreamCorruptedException) Error() string + type StringIndexOutOfBoundsException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewStringIndexOutOfBoundsException(detailMessage string) *StringIndexOutOfBoundsException + func (StringIndexOutOfBoundsException) JavaClassName() string + func (e StringIndexOutOfBoundsException) Error() string + type SyncFailedException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewSyncFailedException(detailMessage string) *SyncFailedException + func (SyncFailedException) JavaClassName() string + func (e SyncFailedException) Error() string + type Throwable struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewThrowable(detailMessage string) *Throwable + func (Throwable) JavaClassName() string + func (e Throwable) Error() string + type Throwabler interface + Error func() string + JavaClassName func() string + type TimeoutException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewTimeoutException(detailMessage string) *TimeoutException + func (TimeoutException) JavaClassName() string + func (e TimeoutException) Error() string + type TooManyListenersException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewTooManyListenersException(detailMessage string) *TooManyListenersException + func (TooManyListenersException) JavaClassName() string + func (e TooManyListenersException) Error() string + type TypeNotPresentException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + TypeName string + func NewTypeNotPresentException(typeName string, detailMessage string) *TypeNotPresentException + func (TypeNotPresentException) JavaClassName() string + func (e TypeNotPresentException) Error() string + type UTFDataFormatException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewUTFDataFormatException(detailMessage string) *UTFDataFormatException + func (UTFDataFormatException) JavaClassName() string + func (e UTFDataFormatException) Error() string + type UncheckedIOException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewUncheckedIOException(detailMessage string, cause Throwabler) (result *UncheckedIOException, err error) + func (UncheckedIOException) JavaClassName() string + func (e UncheckedIOException) Error() string + type UndeclaredThrowableException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + UndeclaredThrowable Throwabler + func NewUndeclaredThrowableException(detailMessage string) *UndeclaredThrowableException + func (UndeclaredThrowableException) JavaClassName() string + func (e UndeclaredThrowableException) Error() string + type UnknownFormatConversionException struct + Cause Throwabler + DetailMessage string + S string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewUnknownFormatConversionException(s string) *UnknownFormatConversionException + func (UnknownFormatConversionException) JavaClassName() string + func (e UnknownFormatConversionException) Error() string + type UnknownFormatFlagsException struct + Cause Throwabler + DetailMessage string + Flags string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewUnknownFormatFlagsException(flags string) *UnknownFormatFlagsException + func (UnknownFormatFlagsException) JavaClassName() string + func (e UnknownFormatFlagsException) Error() string + type UnmodifiableClassException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewUnmodifiableClassException(detailMessage string) *UnmodifiableClassException + func (UnmodifiableClassException) JavaClassName() string + func (e UnmodifiableClassException) Error() string + type UnsupportedOperationException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewUnsupportedOperationException(detailMessage string) *UnsupportedOperationException + func (UnsupportedOperationException) JavaClassName() string + func (e UnsupportedOperationException) Error() string + type UnsupportedTemporalTypeException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewUnsupportedTemporalTypeException(detailMessage string) *UnsupportedTemporalTypeException + func (UnsupportedTemporalTypeException) JavaClassName() string + func (e UnsupportedTemporalTypeException) Error() string + type WriteAbortedException struct + Cause Throwabler + Detail Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewWriteAbortedException(detailMessage string, detail Throwabler) *WriteAbortedException + func (WriteAbortedException) JavaClassName() string + func (e WriteAbortedException) Error() string + type WrongMethodTypeException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewWrongMethodTypeException(detailMessage string) *WrongMethodTypeException + func (WrongMethodTypeException) JavaClassName() string + func (e WrongMethodTypeException) Error() string + type ZipException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewZipException(detailMessage string) *ZipException + func (ZipException) JavaClassName() string + func (e ZipException) Error() string + type ZoneRulesException struct + Cause Throwabler + DetailMessage string + SerialVersionUID int64 + StackTrace []StackTraceElement + SuppressedExceptions []Throwabler + func NewZoneRulesException(detailMessage string) *ZoneRulesException + func (ZoneRulesException) JavaClassName() string + func (e ZoneRulesException) Error() string