Documentation ¶
Index ¶
- type AnnotationTypeMismatchException
- type ArithmeticException
- type ArrayIndexOutOfBoundsException
- type ArrayStoreException
- type BackingStoreException
- type BrokenBarrierException
- type CancellationException
- type Class
- type ClassCastException
- type ClassNotFoundException
- type CloneNotSupportedException
- type CompletionException
- type ConcurrentModificationException
- type DataFormatException
- type DateTimeException
- type DateTimeParseException
- type DubboGenericException
- type DuplicateFormatFlagsException
- type EOFException
- type EmptyStackException
- type EnumConstantNotPresentException
- type Exception
- type ExecutionException
- type FileNotFoundException
- type FormatterClosedException
- type IOException
- type IllegalAccessException
- type IllegalArgumentException
- type IllegalClassFormatException
- type IllegalFormatCodePointException
- type IllegalFormatConversionException
- type IllegalFormatFlagsException
- type IllegalFormatPrecisionException
- type IllegalFormatWidthException
- type IllegalMonitorStateException
- type IllegalStateException
- type IllegalThreadStateException
- type IllformedLocaleException
- type IncompleteAnnotationException
- type IndexOutOfBoundsException
- type InputMismatchException
- type InstantiationException
- type InterruptedException
- type InterruptedIOException
- type InvalidClassException
- type InvalidObjectException
- type InvalidPreferencesFormatException
- type InvalidPropertiesFormatException
- type InvocationTargetException
- type JarException
- type LambdaConversionException
- type MalformedParameterizedTypeException
- type MalformedParametersException
- type Method
- type MissingFormatArgumentException
- type MissingFormatWidthException
- type MissingResourceException
- type NegativeArraySizeException
- type NoSuchElementException
- type NoSuchFieldException
- type NoSuchMethodException
- type NotActiveException
- type NotSerializableException
- type NullPointerException
- type NumberFormatException
- type ObjectStreamException
- type OptionalDataException
- type ReflectiveOperationException
- type RejectedExecutionException
- type RuntimeException
- type SecurityException
- type StackTraceElement
- type StreamCorruptedException
- type StringIndexOutOfBoundsException
- type SyncFailedException
- type Throwable
- type Throwabler
- type TimeoutException
- type TooManyListenersException
- type TypeNotPresentException
- type UTFDataFormatException
- type UncheckedIOException
- type UndeclaredThrowableException
- type UnknownFormatConversionException
- type UnknownFormatFlagsException
- type UnmodifiableClassException
- type UnsupportedOperationException
- type UnsupportedTemporalTypeException
- type WriteAbortedException
- type WrongMethodTypeException
- type ZipException
- type ZoneRulesException
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnnotationTypeMismatchException ¶
type AnnotationTypeMismatchException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement FoundType string Element Method SuppressedExceptions []Throwabler Cause Throwabler }
AnnotationTypeMismatchException represents an exception of the same name in java
func NewAnnotationTypeMismatchException ¶
func NewAnnotationTypeMismatchException(detailMessage string) *AnnotationTypeMismatchException
NewAnnotationTypeMismatchException is the constructor
func (AnnotationTypeMismatchException) Error ¶
func (e AnnotationTypeMismatchException) Error() string
Error output error message
func (AnnotationTypeMismatchException) GetStackTrace ¶ added in v1.6.1
func (e AnnotationTypeMismatchException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (AnnotationTypeMismatchException) JavaClassName ¶
func (AnnotationTypeMismatchException) JavaClassName() string
JavaClassName java fully qualified path
type ArithmeticException ¶
type ArithmeticException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
ArithmeticException represents an exception of the same name in java
func NewArithmeticException ¶
func NewArithmeticException(detailMessage string) *ArithmeticException
NewArithmeticException is the constructor
func (ArithmeticException) Error ¶
func (e ArithmeticException) Error() string
Error output error message
func (ArithmeticException) GetStackTrace ¶ added in v1.6.1
func (e ArithmeticException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (ArithmeticException) JavaClassName ¶
func (ArithmeticException) JavaClassName() string
JavaClassName java fully qualified path
type ArrayIndexOutOfBoundsException ¶
type ArrayIndexOutOfBoundsException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
ArrayIndexOutOfBoundsException represents an exception of the same name in java
func NewArrayIndexOutOfBoundsException ¶
func NewArrayIndexOutOfBoundsException(detailMessage string) *ArrayIndexOutOfBoundsException
NewArrayIndexOutOfBoundsException is the constructor
func (ArrayIndexOutOfBoundsException) Error ¶
func (e ArrayIndexOutOfBoundsException) Error() string
Error output error message
func (ArrayIndexOutOfBoundsException) GetStackTrace ¶ added in v1.6.1
func (e ArrayIndexOutOfBoundsException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (ArrayIndexOutOfBoundsException) JavaClassName ¶
func (ArrayIndexOutOfBoundsException) JavaClassName() string
JavaClassName java fully qualified path
type ArrayStoreException ¶
type ArrayStoreException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
ArrayStoreException represents an exception of the same name in java
func NewArrayStoreException ¶
func NewArrayStoreException(detailMessage string) *ArrayStoreException
NewArrayStoreException is the constructor
func (ArrayStoreException) Error ¶
func (e ArrayStoreException) Error() string
Error output error message
func (ArrayStoreException) GetStackTrace ¶ added in v1.6.1
func (e ArrayStoreException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (ArrayStoreException) JavaClassName ¶
func (ArrayStoreException) JavaClassName() string
JavaClassName java fully qualified path
type BackingStoreException ¶
type BackingStoreException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
BackingStoreException represents an exception of the same name in java
func NewBackingStoreException ¶
func NewBackingStoreException(detailMessage string) *BackingStoreException
NewBackingStoreException is the constructor
func (BackingStoreException) Error ¶
func (e BackingStoreException) Error() string
Error output error message
func (BackingStoreException) GetStackTrace ¶ added in v1.6.1
func (e BackingStoreException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (BackingStoreException) JavaClassName ¶
func (BackingStoreException) JavaClassName() string
JavaClassName java fully qualified path
type BrokenBarrierException ¶
type BrokenBarrierException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
BrokenBarrierException represents an exception of the same name in java
func NewBrokenBarrierException ¶
func NewBrokenBarrierException(detailMessage string) *BrokenBarrierException
NewBrokenBarrierException is the constructor
func (BrokenBarrierException) Error ¶
func (e BrokenBarrierException) Error() string
Error output error message
func (BrokenBarrierException) GetStackTrace ¶ added in v1.6.1
func (e BrokenBarrierException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (BrokenBarrierException) JavaClassName ¶
func (BrokenBarrierException) JavaClassName() string
JavaClassName java fully qualified path
type CancellationException ¶
type CancellationException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
CancellationException represents an exception of the same name in java
func NewCancellationException ¶
func NewCancellationException(detailMessage string) *CancellationException
NewCancellationException is the constructor
func (CancellationException) Error ¶
func (e CancellationException) Error() string
Error output error message
func (CancellationException) GetStackTrace ¶ added in v1.6.1
func (e CancellationException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (CancellationException) JavaClassName ¶
func (CancellationException) JavaClassName() string
JavaClassName java fully qualified path
type ClassCastException ¶
type ClassCastException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
ClassCastException represents an exception of the same name in java
func NewClassCastException ¶
func NewClassCastException(detailMessage string) *ClassCastException
NewClassCastException is the constructor
func (ClassCastException) Error ¶
func (e ClassCastException) Error() string
Error output error message
func (ClassCastException) GetStackTrace ¶ added in v1.6.1
func (e ClassCastException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (ClassCastException) JavaClassName ¶
func (ClassCastException) JavaClassName() string
JavaClassName java fully qualified path
type ClassNotFoundException ¶
type ClassNotFoundException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler Ex Throwabler }
ClassNotFoundException represents an exception of the same name in java
func NewClassNotFoundException ¶
func NewClassNotFoundException(detailMessage string, ex Throwabler) *ClassNotFoundException
NewClassNotFoundException is the constructor
func (ClassNotFoundException) Error ¶
func (e ClassNotFoundException) Error() string
Error output error message
func (ClassNotFoundException) GetStackTrace ¶ added in v1.6.1
func (e ClassNotFoundException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (ClassNotFoundException) JavaClassName ¶
func (ClassNotFoundException) JavaClassName() string
JavaClassName java fully qualified path
type CloneNotSupportedException ¶
type CloneNotSupportedException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
CloneNotSupportedException represents an exception of the same name in java
func NewCloneNotSupportedException ¶
func NewCloneNotSupportedException(detailMessage string) *CloneNotSupportedException
NewCloneNotSupportedException is the constructor
func (CloneNotSupportedException) Error ¶
func (e CloneNotSupportedException) Error() string
Error output error message
func (CloneNotSupportedException) GetStackTrace ¶ added in v1.6.1
func (e CloneNotSupportedException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (CloneNotSupportedException) JavaClassName ¶
func (CloneNotSupportedException) JavaClassName() string
JavaClassName java fully qualified path
type CompletionException ¶
type CompletionException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
CompletionException represents an exception of the same name in java
func NewCompletionException ¶
func NewCompletionException(detailMessage string) *CompletionException
NewCompletionException is the constructor
func (CompletionException) Error ¶
func (e CompletionException) Error() string
Error output error message
func (CompletionException) GetStackTrace ¶ added in v1.6.1
func (e CompletionException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (CompletionException) JavaClassName ¶
func (CompletionException) JavaClassName() string
JavaClassName java fully qualified path
type ConcurrentModificationException ¶
type ConcurrentModificationException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
ConcurrentModificationException represents an exception of the same name in java
func NewConcurrentModificationException ¶
func NewConcurrentModificationException(detailMessage string) *ConcurrentModificationException
NewConcurrentModificationException is the constructor
func (ConcurrentModificationException) Error ¶
func (e ConcurrentModificationException) Error() string
Error output error message
func (ConcurrentModificationException) GetStackTrace ¶ added in v1.6.1
func (e ConcurrentModificationException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (ConcurrentModificationException) JavaClassName ¶
func (ConcurrentModificationException) JavaClassName() string
JavaClassName java fully qualified path
type DataFormatException ¶
type DataFormatException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
DataFormatException represents an exception of the same name in java
func NewDataFormatException ¶
func NewDataFormatException(detailMessage string) *DataFormatException
NewDataFormatException is the constructor
func (DataFormatException) Error ¶
func (e DataFormatException) Error() string
Error output error message
func (DataFormatException) GetStackTrace ¶ added in v1.6.1
func (e DataFormatException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (DataFormatException) JavaClassName ¶
func (DataFormatException) JavaClassName() string
JavaClassName java fully qualified path
type DateTimeException ¶
type DateTimeException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
DateTimeException represents an exception of the same name in java
func NewDateTimeException ¶
func NewDateTimeException(detailMessage string) *DateTimeException
NewDateTimeException is the constructor
func (DateTimeException) Error ¶
func (e DateTimeException) Error() string
Error output error message
func (DateTimeException) GetStackTrace ¶ added in v1.6.1
func (e DateTimeException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (DateTimeException) JavaClassName ¶
func (DateTimeException) JavaClassName() string
JavaClassName java fully qualified path
type DateTimeParseException ¶
type DateTimeParseException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler ParsedString string ErrorIndex int32 }
DateTimeParseException represents an exception of the same name in java
func NewDateTimeParseException ¶
func NewDateTimeParseException(detailMessage string, parsedString string, errorIndex int32) *DateTimeParseException
NewDateTimeParseException is the constructor
func (DateTimeParseException) Error ¶
func (e DateTimeParseException) Error() string
Error output error message
func (DateTimeParseException) GetStackTrace ¶ added in v1.6.1
func (e DateTimeParseException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (DateTimeParseException) JavaClassName ¶
func (DateTimeParseException) JavaClassName() string
JavaClassName java fully qualified path
type DubboGenericException ¶
type DubboGenericException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler ExceptionClass string ExceptionMessage string }
DubboGenericException represents an exception of the same name in java
func NewDubboGenericException ¶
func NewDubboGenericException(exceptionClass, exceptionMessage string) *DubboGenericException
NewDubboGenericException is the constructor
func (DubboGenericException) Error ¶
func (e DubboGenericException) Error() string
Error output error message
func (DubboGenericException) GetStackTrace ¶ added in v1.6.1
func (e DubboGenericException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (DubboGenericException) JavaClassName ¶
func (DubboGenericException) JavaClassName() string
JavaClassName java fully qualified path
type DuplicateFormatFlagsException ¶
type DuplicateFormatFlagsException struct { SerialVersionUID int64 Flags string DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
DuplicateFormatFlagsException represents an exception of the same name in java
func NewDuplicateFormatFlagsException ¶
func NewDuplicateFormatFlagsException(detailMessage string) *DuplicateFormatFlagsException
NewDuplicateFormatFlagsException is the constructor
func (DuplicateFormatFlagsException) Error ¶
func (e DuplicateFormatFlagsException) Error() string
Error output error message
func (DuplicateFormatFlagsException) GetStackTrace ¶ added in v1.6.1
func (e DuplicateFormatFlagsException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (DuplicateFormatFlagsException) JavaClassName ¶
func (DuplicateFormatFlagsException) JavaClassName() string
JavaClassName java fully qualified path
type EOFException ¶
type EOFException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
EOFException represents an exception of the same name in java
func NewEOFException ¶
func NewEOFException(detailMessage string) *EOFException
NewEOFException is the constructor
func (EOFException) GetStackTrace ¶ added in v1.6.1
func (e EOFException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (EOFException) JavaClassName ¶
func (EOFException) JavaClassName() string
JavaClassName java fully qualified path
type EmptyStackException ¶
type EmptyStackException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
EmptyStackException represents an exception of the same name in java
func NewEmptyStackException ¶
func NewEmptyStackException(detailMessage string) *EmptyStackException
NewEmptyStackException is the constructor
func (EmptyStackException) Error ¶
func (e EmptyStackException) Error() string
Error output error message
func (EmptyStackException) GetStackTrace ¶ added in v1.6.1
func (e EmptyStackException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (EmptyStackException) JavaClassName ¶
func (EmptyStackException) JavaClassName() string
JavaClassName java fully qualified path
type EnumConstantNotPresentException ¶
type EnumConstantNotPresentException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement ConstantName string EnumType Class SuppressedExceptions []Throwabler Cause Throwabler }
EnumConstantNotPresentException represents an exception of the same name in java
func NewEnumConstantNotPresentException ¶
func NewEnumConstantNotPresentException(detailMessage string) *EnumConstantNotPresentException
NewEnumConstantNotPresentException is the constructor
func (EnumConstantNotPresentException) Error ¶
func (e EnumConstantNotPresentException) Error() string
Error output error message
func (EnumConstantNotPresentException) GetStackTrace ¶ added in v1.6.1
func (e EnumConstantNotPresentException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (EnumConstantNotPresentException) JavaClassName ¶
func (EnumConstantNotPresentException) JavaClassName() string
JavaClassName java fully qualified path
type Exception ¶
type Exception struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
func NewException ¶
func (Exception) GetStackTrace ¶ added in v1.6.1
func (e Exception) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (Exception) JavaClassName ¶
JavaClassName java fully qualified path
type ExecutionException ¶
type ExecutionException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
ExecutionException represents an exception of the same name in java
func NewExecutionException ¶
func NewExecutionException(detailMessage string) *ExecutionException
NewExecutionException is the constructor
func (ExecutionException) Error ¶
func (e ExecutionException) Error() string
Error output error message
func (ExecutionException) GetStackTrace ¶ added in v1.6.1
func (e ExecutionException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (ExecutionException) JavaClassName ¶
func (ExecutionException) JavaClassName() string
JavaClassName java fully qualified path
type FileNotFoundException ¶
type FileNotFoundException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
FileNotFoundException represents an exception of the same name in java
func NewFileNotFoundException ¶
func NewFileNotFoundException(detailMessage string) *FileNotFoundException
NewFileNotFoundException is the constructor
func (FileNotFoundException) Error ¶
func (e FileNotFoundException) Error() string
Error output error message
func (FileNotFoundException) GetStackTrace ¶ added in v1.6.1
func (e FileNotFoundException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (FileNotFoundException) JavaClassName ¶
func (FileNotFoundException) JavaClassName() string
JavaClassName java fully qualified path
type FormatterClosedException ¶
type FormatterClosedException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
FormatterClosedException represents an exception of the same name in java
func NewFormatterClosedException ¶
func NewFormatterClosedException() *FormatterClosedException
NewFormatterClosedException is the constructor
func (FormatterClosedException) Error ¶
func (e FormatterClosedException) Error() string
Error output error message
func (FormatterClosedException) GetStackTrace ¶ added in v1.6.1
func (e FormatterClosedException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (FormatterClosedException) JavaClassName ¶
func (FormatterClosedException) JavaClassName() string
JavaClassName java fully qualified path
type IOException ¶
type IOException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
IOException represents an exception of the same name in java
func NewIOException ¶
func NewIOException(detailMessage string) *IOException
NewIOException is the constructor
func (IOException) GetStackTrace ¶ added in v1.6.1
func (e IOException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (IOException) JavaClassName ¶
func (IOException) JavaClassName() string
JavaClassName java fully qualified path
type IllegalAccessException ¶
type IllegalAccessException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
IllegalAccessException represents an exception of the same name in java
func NewIllegalAccessException ¶
func NewIllegalAccessException(detailMessage string) *IllegalAccessException
NewIllegalAccessException is the constructor
func (IllegalAccessException) Error ¶
func (e IllegalAccessException) Error() string
Error output error message
func (IllegalAccessException) GetStackTrace ¶ added in v1.6.1
func (e IllegalAccessException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (IllegalAccessException) JavaClassName ¶
func (IllegalAccessException) JavaClassName() string
JavaClassName java fully qualified path
type IllegalArgumentException ¶
type IllegalArgumentException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
IllegalArgumentException represents an exception of the same name in java
func NewIllegalArgumentException ¶
func NewIllegalArgumentException(detailMessage string) *IllegalArgumentException
NewIllegalArgumentException is the constructor
func (IllegalArgumentException) Error ¶
func (e IllegalArgumentException) Error() string
Error output error message
func (IllegalArgumentException) GetStackTrace ¶ added in v1.6.1
func (e IllegalArgumentException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (IllegalArgumentException) JavaClassName ¶
func (IllegalArgumentException) JavaClassName() string
JavaClassName java fully qualified path
type IllegalClassFormatException ¶
type IllegalClassFormatException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
IllegalClassFormatException represents an exception of the same name in java
func NewIllegalClassFormatException ¶
func NewIllegalClassFormatException(detailMessage string) *IllegalClassFormatException
NewIllegalClassFormatException is the constructor
func (IllegalClassFormatException) Error ¶
func (e IllegalClassFormatException) Error() string
Error output error message
func (IllegalClassFormatException) GetStackTrace ¶ added in v1.6.1
func (e IllegalClassFormatException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (IllegalClassFormatException) JavaClassName ¶
func (IllegalClassFormatException) JavaClassName() string
JavaClassName java fully qualified path
type IllegalFormatCodePointException ¶
type IllegalFormatCodePointException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler C int32 }
IllegalFormatCodePointException represents an exception of the same name in java
func NewIllegalFormatCodePointException ¶
func NewIllegalFormatCodePointException(c int32) *IllegalFormatCodePointException
NewIllegalFormatCodePointException is the constructor
func (IllegalFormatCodePointException) Error ¶
func (e IllegalFormatCodePointException) Error() string
Error output error message
func (IllegalFormatCodePointException) GetStackTrace ¶ added in v1.6.1
func (e IllegalFormatCodePointException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (IllegalFormatCodePointException) JavaClassName ¶
func (IllegalFormatCodePointException) JavaClassName() string
JavaClassName java fully qualified path
type IllegalFormatConversionException ¶
type IllegalFormatConversionException struct { SerialVersionUID int64 C string Arg Class DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
IllegalFormatConversionException represents an exception of the same name in java
func NewIllegalFormatConversionException ¶
func NewIllegalFormatConversionException(detailMessage string) *IllegalFormatConversionException
NewIllegalFormatConversionException is the constructor
func (IllegalFormatConversionException) Error ¶
func (e IllegalFormatConversionException) Error() string
Error output error message
func (IllegalFormatConversionException) GetStackTrace ¶ added in v1.6.1
func (e IllegalFormatConversionException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (IllegalFormatConversionException) JavaClassName ¶
func (IllegalFormatConversionException) JavaClassName() string
JavaClassName java fully qualified path
type IllegalFormatFlagsException ¶
type IllegalFormatFlagsException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler Flags string }
IllegalFormatFlagsException represents an exception of the same name in java
func NewIllegalFormatFlagsException ¶
func NewIllegalFormatFlagsException(flags string) *IllegalFormatFlagsException
NewIllegalFormatFlagsException is the constructor
func (IllegalFormatFlagsException) Error ¶
func (e IllegalFormatFlagsException) Error() string
Error output error message
func (IllegalFormatFlagsException) GetStackTrace ¶ added in v1.6.1
func (e IllegalFormatFlagsException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (IllegalFormatFlagsException) JavaClassName ¶
func (IllegalFormatFlagsException) JavaClassName() string
JavaClassName java fully qualified path
type IllegalFormatPrecisionException ¶
type IllegalFormatPrecisionException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler P int32 }
IllegalFormatPrecisionException represents an exception of the same name in java
func NewIllegalFormatPrecisionException ¶
func NewIllegalFormatPrecisionException(p int32) *IllegalFormatPrecisionException
NewIllegalFormatPrecisionException is the constructor
func (IllegalFormatPrecisionException) Error ¶
func (e IllegalFormatPrecisionException) Error() string
Error output error message
func (IllegalFormatPrecisionException) GetStackTrace ¶ added in v1.6.1
func (e IllegalFormatPrecisionException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (IllegalFormatPrecisionException) JavaClassName ¶
func (IllegalFormatPrecisionException) JavaClassName() string
JavaClassName java fully qualified path
type IllegalFormatWidthException ¶
type IllegalFormatWidthException struct { SerialVersionUID int64 W int DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
IllegalFormatWidthException represents an exception of the same name in java
func NewIllegalFormatWidthException ¶
func NewIllegalFormatWidthException(w int) *IllegalFormatWidthException
NewIllegalFormatWidthException is the constructor
func (IllegalFormatWidthException) Error ¶
func (e IllegalFormatWidthException) Error() string
Error output error message
func (IllegalFormatWidthException) GetStackTrace ¶ added in v1.6.1
func (e IllegalFormatWidthException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (IllegalFormatWidthException) JavaClassName ¶
func (IllegalFormatWidthException) JavaClassName() string
JavaClassName java fully qualified path
type IllegalMonitorStateException ¶
type IllegalMonitorStateException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
IllegalMonitorStateException represents an exception of the same name in java
func NewIllegalMonitorStateException ¶
func NewIllegalMonitorStateException(detailMessage string) *IllegalMonitorStateException
NewIllegalMonitorStateException is the constructor
func (IllegalMonitorStateException) Error ¶
func (e IllegalMonitorStateException) Error() string
Error output error message
func (IllegalMonitorStateException) GetStackTrace ¶ added in v1.6.1
func (e IllegalMonitorStateException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (IllegalMonitorStateException) JavaClassName ¶
func (IllegalMonitorStateException) JavaClassName() string
JavaClassName java fully qualified path
type IllegalStateException ¶
type IllegalStateException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
IllegalStateException represents an exception of the same name in java
func NewIllegalStateException ¶
func NewIllegalStateException(detailMessage string) *IllegalStateException
NewIllegalStateException is the constructor
func (IllegalStateException) Error ¶
func (e IllegalStateException) Error() string
Error output error message
func (IllegalStateException) GetStackTrace ¶ added in v1.6.1
func (e IllegalStateException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (IllegalStateException) JavaClassName ¶
func (IllegalStateException) JavaClassName() string
JavaClassName java fully qualified path
type IllegalThreadStateException ¶
type IllegalThreadStateException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
IllegalThreadStateException represents an exception of the same name in java
func NewIllegalThreadStateException ¶
func NewIllegalThreadStateException(detailMessage string) *IllegalThreadStateException
NewIllegalThreadStateException is the constructor
func (IllegalThreadStateException) Error ¶
func (e IllegalThreadStateException) Error() string
Error output error message
func (IllegalThreadStateException) GetStackTrace ¶ added in v1.6.1
func (e IllegalThreadStateException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (IllegalThreadStateException) JavaClassName ¶
func (IllegalThreadStateException) JavaClassName() string
JavaClassName java fully qualified path
type IllformedLocaleException ¶
type IllformedLocaleException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler // contains filtered or unexported fields }
IllformedLocaleException represents an exception of the same name in java
func NewIllformedLocaleException ¶
func NewIllformedLocaleException(detailMessage string) *IllformedLocaleException
NewIllformedLocaleException is the constructor
func (IllformedLocaleException) Error ¶
func (e IllformedLocaleException) Error() string
Error output error message
func (IllformedLocaleException) GetStackTrace ¶ added in v1.6.1
func (e IllformedLocaleException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (IllformedLocaleException) JavaClassName ¶
func (IllformedLocaleException) JavaClassName() string
JavaClassName java fully qualified path
type IncompleteAnnotationException ¶
type IncompleteAnnotationException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement ElementName string AnnotationType Class SuppressedExceptions []Throwabler Cause Throwabler }
IncompleteAnnotationException represents an exception of the same name in java
func NewIncompleteAnnotationException ¶
func NewIncompleteAnnotationException(detailMessage string) *IncompleteAnnotationException
NewIncompleteAnnotationException is the constructor
func (IncompleteAnnotationException) Error ¶
func (e IncompleteAnnotationException) Error() string
Error output error message
func (IncompleteAnnotationException) GetStackTrace ¶ added in v1.6.1
func (e IncompleteAnnotationException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (IncompleteAnnotationException) JavaClassName ¶
func (IncompleteAnnotationException) JavaClassName() string
JavaClassName java fully qualified path
type IndexOutOfBoundsException ¶
type IndexOutOfBoundsException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
IndexOutOfBoundsException represents an exception of the same name in java
func NewIndexOutOfBoundsException ¶
func NewIndexOutOfBoundsException(detailMessage string) *IndexOutOfBoundsException
NewIndexOutOfBoundsException is the constructor
func (IndexOutOfBoundsException) Error ¶
func (e IndexOutOfBoundsException) Error() string
Error output error message
func (IndexOutOfBoundsException) GetStackTrace ¶ added in v1.6.1
func (e IndexOutOfBoundsException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (IndexOutOfBoundsException) JavaClassName ¶
func (IndexOutOfBoundsException) JavaClassName() string
JavaClassName java fully qualified path
type InputMismatchException ¶
type InputMismatchException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
InputMismatchException represents an exception of the same name in java
func NewInputMismatchException ¶
func NewInputMismatchException(detailMessage string) *InputMismatchException
NewInputMismatchException is the constructor
func (InputMismatchException) Error ¶
func (e InputMismatchException) Error() string
Error output error message
func (InputMismatchException) GetStackTrace ¶ added in v1.6.1
func (e InputMismatchException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (InputMismatchException) JavaClassName ¶
func (InputMismatchException) JavaClassName() string
JavaClassName java fully qualified path
type InstantiationException ¶
type InstantiationException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
InstantiationException represents an exception of the same name in java
func NewInstantiationException ¶
func NewInstantiationException(detailMessage string) *InstantiationException
NewInstantiationException is the constructor
func (InstantiationException) Error ¶
func (e InstantiationException) Error() string
Error output error message
func (InstantiationException) GetStackTrace ¶ added in v1.6.1
func (e InstantiationException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (InstantiationException) JavaClassName ¶
func (InstantiationException) JavaClassName() string
JavaClassName java fully qualified path
type InterruptedException ¶
type InterruptedException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
////////////////////////// InterruptedException ////////////////////////// InterruptedException represents an exception of the same name in java
func NewInterruptedException ¶
func NewInterruptedException(detailMessage string) *InterruptedException
NewInterruptedException is the constructor
func (InterruptedException) Error ¶
func (e InterruptedException) Error() string
Error output error message
func (InterruptedException) GetStackTrace ¶ added in v1.6.1
func (e InterruptedException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (InterruptedException) JavaClassName ¶
func (InterruptedException) JavaClassName() string
JavaClassName java fully qualified path
type InterruptedIOException ¶
type InterruptedIOException struct { SerialVersionUID int64 BytesTransferred int32 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
////////////////////////// InterruptedIOException ////////////////////////// InterruptedIOException represents an exception of the same name in java
func NewInterruptedIOException ¶
func NewInterruptedIOException(detailMessage string) *InterruptedIOException
NewInterruptedIOException is the constructor
func (InterruptedIOException) Error ¶
func (e InterruptedIOException) Error() string
Error output error message
func (InterruptedIOException) GetStackTrace ¶ added in v1.6.1
func (e InterruptedIOException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (InterruptedIOException) JavaClassName ¶
func (InterruptedIOException) JavaClassName() string
JavaClassName java fully qualified path
type InvalidClassException ¶
type InvalidClassException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement Classname string SuppressedExceptions []Throwabler Cause Throwabler }
InvalidClassException represents an exception of the same name in java
func NewInvalidClassException ¶
func NewInvalidClassException(classname string, detailMessage string) *InvalidClassException
NewInvalidClassException is the constructor
func (InvalidClassException) Error ¶
func (e InvalidClassException) Error() string
Error output error message
func (InvalidClassException) GetStackTrace ¶ added in v1.6.1
func (e InvalidClassException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (InvalidClassException) JavaClassName ¶
func (InvalidClassException) JavaClassName() string
JavaClassName java fully qualified path
type InvalidObjectException ¶
type InvalidObjectException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
InvalidObjectException represents an exception of the same name in java
func NewInvalidObjectException ¶
func NewInvalidObjectException(detailMessage string) *InvalidObjectException
NewInvalidObjectException is the constructor
func (InvalidObjectException) Error ¶
func (e InvalidObjectException) Error() string
Error output error message
func (InvalidObjectException) GetStackTrace ¶ added in v1.6.1
func (e InvalidObjectException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (InvalidObjectException) JavaClassName ¶
func (InvalidObjectException) JavaClassName() string
JavaClassName java fully qualified path
type InvalidPreferencesFormatException ¶
type InvalidPreferencesFormatException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
InvalidPreferencesFormatException represents an exception of the same name in java
func NewInvalidPreferencesFormatException ¶
func NewInvalidPreferencesFormatException(detailMessage string) *InvalidPreferencesFormatException
NewInvalidPreferencesFormatException is the constructor
func (InvalidPreferencesFormatException) Error ¶
func (e InvalidPreferencesFormatException) Error() string
Error output error message
func (InvalidPreferencesFormatException) GetStackTrace ¶ added in v1.6.1
func (e InvalidPreferencesFormatException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (InvalidPreferencesFormatException) JavaClassName ¶
func (InvalidPreferencesFormatException) JavaClassName() string
JavaClassName java fully qualified path
type InvalidPropertiesFormatException ¶
type InvalidPropertiesFormatException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
InvalidPropertiesFormatException represents an exception of the same name in java
func NewInvalidPropertiesFormatException ¶
func NewInvalidPropertiesFormatException(detailMessage string) *InvalidPropertiesFormatException
NewInvalidPropertiesFormatException is the constructor
func (InvalidPropertiesFormatException) Error ¶
func (e InvalidPropertiesFormatException) Error() string
Error output error message
func (InvalidPropertiesFormatException) GetStackTrace ¶ added in v1.6.1
func (e InvalidPropertiesFormatException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (InvalidPropertiesFormatException) JavaClassName ¶
func (InvalidPropertiesFormatException) JavaClassName() string
JavaClassName java fully qualified path
type InvocationTargetException ¶
type InvocationTargetException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler Target Throwabler }
InvocationTargetException represents an exception of the same name in java
func NewInvocationTargetException ¶
func NewInvocationTargetException(target Throwabler, detailMessage string) *InvocationTargetException
NewInvocationTargetException is the constructor
func (InvocationTargetException) Error ¶
func (e InvocationTargetException) Error() string
Error output error message
func (InvocationTargetException) GetStackTrace ¶ added in v1.6.1
func (e InvocationTargetException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (InvocationTargetException) JavaClassName ¶
func (InvocationTargetException) JavaClassName() string
JavaClassName java fully qualified path
type JarException ¶
type JarException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
JarException represents an exception of the same name in java
func NewJarException ¶
func NewJarException(detailMessage string) *JarException
NewJarException is the constructor
func (JarException) GetStackTrace ¶ added in v1.6.1
func (e JarException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (JarException) JavaClassName ¶
func (JarException) JavaClassName() string
JavaClassName java fully qualified path
type LambdaConversionException ¶
type LambdaConversionException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
////////////////////////// LambdaConversionException ////////////////////////// LambdaConversionException represents an exception of the same name in java
func NewLambdaConversionException ¶
func NewLambdaConversionException(detailMessage string) *LambdaConversionException
NewLambdaConversionException is the constructor
func (LambdaConversionException) Error ¶
func (e LambdaConversionException) Error() string
Error output error message
func (LambdaConversionException) GetStackTrace ¶ added in v1.6.1
func (e LambdaConversionException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (LambdaConversionException) JavaClassName ¶
func (LambdaConversionException) JavaClassName() string
JavaClassName java fully qualified path
type MalformedParameterizedTypeException ¶
type MalformedParameterizedTypeException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
MalformedParameterizedTypeException represents an exception of the same name in java
func NewMalformedParameterizedTypeException ¶
func NewMalformedParameterizedTypeException(detailMessage string) *MalformedParameterizedTypeException
NewMalformedParameterizedTypeException is the constructor
func (MalformedParameterizedTypeException) Error ¶
func (e MalformedParameterizedTypeException) Error() string
Error output error message
func (MalformedParameterizedTypeException) GetStackTrace ¶ added in v1.6.1
func (e MalformedParameterizedTypeException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (MalformedParameterizedTypeException) JavaClassName ¶
func (MalformedParameterizedTypeException) JavaClassName() string
JavaClassName java fully qualified path
type MalformedParametersException ¶
type MalformedParametersException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
MalformedParametersException represents an exception of the same name in java
func NewMalformedParametersException ¶
func NewMalformedParametersException(detailMessage string) *MalformedParametersException
NewMalformedParametersException is the constructor
func (MalformedParametersException) Error ¶
func (e MalformedParametersException) Error() string
Error output error message
func (MalformedParametersException) GetStackTrace ¶ added in v1.6.1
func (e MalformedParametersException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (MalformedParametersException) JavaClassName ¶
func (MalformedParametersException) JavaClassName() string
JavaClassName java fully qualified path
type Method ¶
type Method struct {
Name string
}
func (Method) JavaClassName ¶
JavaClassName java fully qualified path
type MissingFormatArgumentException ¶
type MissingFormatArgumentException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler S string }
MissingFormatArgumentException represents an exception of the same name in java
func NewMissingFormatArgumentException ¶
func NewMissingFormatArgumentException(s string) *MissingFormatArgumentException
NewMissingFormatArgumentException is the constructor
func (MissingFormatArgumentException) Error ¶
func (e MissingFormatArgumentException) Error() string
Error output error message
func (MissingFormatArgumentException) GetStackTrace ¶ added in v1.6.1
func (e MissingFormatArgumentException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (MissingFormatArgumentException) JavaClassName ¶
func (MissingFormatArgumentException) JavaClassName() string
JavaClassName java fully qualified path
type MissingFormatWidthException ¶
type MissingFormatWidthException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler S string }
MissingFormatWidthException represents an exception of the same name in java
func NewMissingFormatWidthException ¶
func NewMissingFormatWidthException(s string) *MissingFormatWidthException
NewMissingFormatWidthException is the constructor
func (MissingFormatWidthException) Error ¶
func (e MissingFormatWidthException) Error() string
Error output error message
func (MissingFormatWidthException) GetStackTrace ¶ added in v1.6.1
func (e MissingFormatWidthException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (MissingFormatWidthException) JavaClassName ¶
func (MissingFormatWidthException) JavaClassName() string
JavaClassName java fully qualified path
type MissingResourceException ¶
type MissingResourceException struct { ClassName string Key string SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
MissingResourceException represents an exception of the same name in java
func NewMissingResourceException ¶
func NewMissingResourceException(detailMessage, classname, key string) *MissingResourceException
NewMissingResourceException is the constructor
func (MissingResourceException) Error ¶
func (e MissingResourceException) Error() string
Error output error message
func (MissingResourceException) GetStackTrace ¶ added in v1.6.1
func (e MissingResourceException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (MissingResourceException) JavaClassName ¶
func (MissingResourceException) JavaClassName() string
JavaClassName java fully qualified path
type NegativeArraySizeException ¶
type NegativeArraySizeException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
NegativeArraySizeException represents an exception of the same name in java
func NewNegativeArraySizeException ¶
func NewNegativeArraySizeException(detailMessage string) *NegativeArraySizeException
NewNegativeArraySizeException is the constructor
func (NegativeArraySizeException) Error ¶
func (e NegativeArraySizeException) Error() string
Error output error message
func (NegativeArraySizeException) GetStackTrace ¶ added in v1.6.1
func (e NegativeArraySizeException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (NegativeArraySizeException) JavaClassName ¶
func (NegativeArraySizeException) JavaClassName() string
JavaClassName java fully qualified path
type NoSuchElementException ¶
type NoSuchElementException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
NoSuchElementException represents an exception of the same name in java
func NewNoSuchElementException ¶
func NewNoSuchElementException(detailMessage string) *NoSuchElementException
NewNoSuchElementException is the constructor
func (NoSuchElementException) Error ¶
func (e NoSuchElementException) Error() string
Error output error message
func (NoSuchElementException) GetStackTrace ¶ added in v1.6.1
func (e NoSuchElementException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (NoSuchElementException) JavaClassName ¶
func (NoSuchElementException) JavaClassName() string
JavaClassName java fully qualified path
type NoSuchFieldException ¶
type NoSuchFieldException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
NoSuchFieldException represents an exception of the same name in java
func NewNoSuchFieldException ¶
func NewNoSuchFieldException(detailMessage string) *NoSuchFieldException
NewNoSuchFieldException is the constructor
func (NoSuchFieldException) Error ¶
func (e NoSuchFieldException) Error() string
Error output error message
func (NoSuchFieldException) GetStackTrace ¶ added in v1.6.1
func (e NoSuchFieldException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (NoSuchFieldException) JavaClassName ¶
func (NoSuchFieldException) JavaClassName() string
JavaClassName java fully qualified path
type NoSuchMethodException ¶
type NoSuchMethodException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
NoSuchMethodException represents an exception of the same name in java
func NewNoSuchMethodException ¶
func NewNoSuchMethodException(detailMessage string) *NoSuchMethodException
NewNoSuchMethodException is the constructor
func (NoSuchMethodException) Error ¶
func (e NoSuchMethodException) Error() string
Error output error message
func (NoSuchMethodException) GetStackTrace ¶ added in v1.6.1
func (e NoSuchMethodException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (NoSuchMethodException) JavaClassName ¶
func (NoSuchMethodException) JavaClassName() string
JavaClassName java fully qualified path
type NotActiveException ¶
type NotActiveException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
NotActiveException represents an exception of the same name in java
func NewNotActiveException ¶
func NewNotActiveException(detailMessage string) *NotActiveException
NewNotActiveException is the constructor
func NewNotSerializableException ¶
func NewNotSerializableException(detailMessage string) *NotActiveException
NewNotSerializableException is the constructor
func (NotActiveException) Error ¶
func (e NotActiveException) Error() string
Error output error message
func (NotActiveException) GetStackTrace ¶ added in v1.6.1
func (e NotActiveException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (NotActiveException) JavaClassName ¶
func (NotActiveException) JavaClassName() string
JavaClassName java fully qualified path
type NotSerializableException ¶
type NotSerializableException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
NotSerializableException represents an exception of the same name in java
func (NotSerializableException) Error ¶
func (e NotSerializableException) Error() string
Error output error message
func (NotSerializableException) GetStackTrace ¶ added in v1.6.1
func (e NotSerializableException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (NotSerializableException) JavaClassName ¶
func (NotSerializableException) JavaClassName() string
JavaClassName java fully qualified path
type NullPointerException ¶
type NullPointerException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
NullPointerException represents an exception of the same name in java
func NewNullPointerException ¶
func NewNullPointerException(detailMessage string) *NullPointerException
NewNullPointerException is the constructor
func (NullPointerException) Error ¶
func (e NullPointerException) Error() string
Error output error message
func (NullPointerException) GetStackTrace ¶ added in v1.6.1
func (e NullPointerException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (NullPointerException) JavaClassName ¶
func (e NullPointerException) JavaClassName() string
JavaClassName java fully qualified path
type NumberFormatException ¶
type NumberFormatException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
NumberFormatException represents an exception of the same name in java
func NewNumberFormatException ¶
func NewNumberFormatException(detailMessage string) *NumberFormatException
NewNumberFormatException is the constructor
func (NumberFormatException) Error ¶
func (e NumberFormatException) Error() string
Error output error message
func (NumberFormatException) GetStackTrace ¶ added in v1.6.1
func (e NumberFormatException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (NumberFormatException) JavaClassName ¶
func (NumberFormatException) JavaClassName() string
JavaClassName java fully qualified path
type ObjectStreamException ¶
type ObjectStreamException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
ObjectStreamException represents an exception of the same name in java
func NewObjectStreamException ¶
func NewObjectStreamException(detailMessage string) *ObjectStreamException
NewObjectStreamException is the constructor
func (ObjectStreamException) Error ¶
func (e ObjectStreamException) Error() string
Error output error message
func (ObjectStreamException) GetStackTrace ¶ added in v1.6.1
func (e ObjectStreamException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (ObjectStreamException) JavaClassName ¶
func (ObjectStreamException) JavaClassName() string
JavaClassName java fully qualified path
type OptionalDataException ¶
type OptionalDataException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler Eof bool Length int }
OptionalDataException represents an exception of the same name in java
func NewOptionalDataException ¶
func NewOptionalDataException(eof bool, length int) *OptionalDataException
NewOptionalDataException is the constructor
func (OptionalDataException) Error ¶
func (e OptionalDataException) Error() string
Error output error message
func (OptionalDataException) GetStackTrace ¶ added in v1.6.1
func (e OptionalDataException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (OptionalDataException) JavaClassName ¶
func (OptionalDataException) JavaClassName() string
JavaClassName java fully qualified path
type ReflectiveOperationException ¶
type ReflectiveOperationException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
ReflectiveOperationException represents an exception of the same name in java
func NewReflectiveOperationException ¶
func NewReflectiveOperationException(detailMessage string) *ReflectiveOperationException
NewReflectiveOperationException is the constructor
func (ReflectiveOperationException) Error ¶
func (e ReflectiveOperationException) Error() string
Error output error message
func (ReflectiveOperationException) GetStackTrace ¶ added in v1.6.1
func (e ReflectiveOperationException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (ReflectiveOperationException) JavaClassName ¶
func (ReflectiveOperationException) JavaClassName() string
JavaClassName java fully qualified path
type RejectedExecutionException ¶
type RejectedExecutionException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
RejectedExecutionException represents an exception of the same name in java
func NewRejectedExecutionException ¶
func NewRejectedExecutionException(detailMessage string) *RejectedExecutionException
NewRejectedExecutionException is the constructor
func (RejectedExecutionException) Error ¶
func (e RejectedExecutionException) Error() string
Error output error message
func (RejectedExecutionException) GetStackTrace ¶ added in v1.6.1
func (e RejectedExecutionException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (RejectedExecutionException) JavaClassName ¶
func (RejectedExecutionException) JavaClassName() string
JavaClassName java fully qualified path
type RuntimeException ¶
type RuntimeException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
RuntimeException represents an exception of the same name in java
func NewRuntimeException ¶
func NewRuntimeException(detailMessage string) *RuntimeException
NewRuntimeException is the constructor
func (RuntimeException) GetStackTrace ¶ added in v1.6.1
func (e RuntimeException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (RuntimeException) JavaClassName ¶
func (RuntimeException) JavaClassName() string
JavaClassName java fully qualified path
type SecurityException ¶
type SecurityException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
SecurityException represents an exception of the same name in java
func NewSecurityException ¶
func NewSecurityException(detailMessage string) *SecurityException
NewSecurityException is the constructor
func (SecurityException) Error ¶
func (e SecurityException) Error() string
Error output error message
func (SecurityException) GetStackTrace ¶ added in v1.6.1
func (e SecurityException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (SecurityException) JavaClassName ¶
func (SecurityException) JavaClassName() string
JavaClassName java fully qualified path
type StackTraceElement ¶
type StackTraceElement struct { DeclaringClass string MethodName string FileName string LineNumber int32 }
func (StackTraceElement) JavaClassName ¶
func (StackTraceElement) JavaClassName() string
JavaClassName java fully qualified path
type StreamCorruptedException ¶
type StreamCorruptedException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
StreamCorruptedException represents an exception of the same name in java
func NewStreamCorruptedException ¶
func NewStreamCorruptedException(detailMessage string) *StreamCorruptedException
NewStreamCorruptedException is the constructor
func (StreamCorruptedException) Error ¶
func (e StreamCorruptedException) Error() string
Error output error message
func (StreamCorruptedException) GetStackTrace ¶ added in v1.6.1
func (e StreamCorruptedException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (StreamCorruptedException) JavaClassName ¶
func (StreamCorruptedException) JavaClassName() string
JavaClassName java fully qualified path
type StringIndexOutOfBoundsException ¶
type StringIndexOutOfBoundsException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
StringIndexOutOfBoundsException represents an exception of the same name in java
func NewStringIndexOutOfBoundsException ¶
func NewStringIndexOutOfBoundsException(detailMessage string) *StringIndexOutOfBoundsException
NewStringIndexOutOfBoundsException is the constructor
func (StringIndexOutOfBoundsException) Error ¶
func (e StringIndexOutOfBoundsException) Error() string
Error output error message
func (StringIndexOutOfBoundsException) GetStackTrace ¶ added in v1.6.1
func (e StringIndexOutOfBoundsException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (StringIndexOutOfBoundsException) JavaClassName ¶
func (StringIndexOutOfBoundsException) JavaClassName() string
JavaClassName java fully qualified path
type SyncFailedException ¶
type SyncFailedException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
SyncFailedException represents an exception of the same name in java
func NewSyncFailedException ¶
func NewSyncFailedException(detailMessage string) *SyncFailedException
NewSyncFailedException is the constructor
func (SyncFailedException) Error ¶
func (e SyncFailedException) Error() string
Error output error message
func (SyncFailedException) GetStackTrace ¶ added in v1.6.1
func (e SyncFailedException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (SyncFailedException) JavaClassName ¶
func (SyncFailedException) JavaClassName() string
JavaClassName java fully qualified path
type Throwable ¶
type Throwable struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
////////////////////////// Throwable ////////////////////////// Throwable represents an exception of the same name in java
func NewThrowable ¶
NewThrowable is the constructor
func (Throwable) GetStackTrace ¶ added in v1.6.1
func (e Throwable) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (Throwable) JavaClassName ¶
JavaClassName java fully qualified path
type Throwabler ¶
type Throwabler interface { Error() string JavaClassName() string GetStackTrace() []StackTraceElement }
Throwabler represents an exception of the same name in java
type TimeoutException ¶
type TimeoutException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
TimeoutException represents an exception of the same name in java
func NewTimeoutException ¶
func NewTimeoutException(detailMessage string) *TimeoutException
NewTimeoutException is the constructor
func (TimeoutException) GetStackTrace ¶ added in v1.6.1
func (e TimeoutException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (TimeoutException) JavaClassName ¶
func (TimeoutException) JavaClassName() string
JavaClassName java fully qualified path
type TooManyListenersException ¶
type TooManyListenersException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
TooManyListenersException represents an exception of the same name in java
func NewTooManyListenersException ¶
func NewTooManyListenersException(detailMessage string) *TooManyListenersException
NewTooManyListenersException is the constructor
func (TooManyListenersException) Error ¶
func (e TooManyListenersException) Error() string
Error output error message
func (TooManyListenersException) GetStackTrace ¶ added in v1.6.1
func (e TooManyListenersException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (TooManyListenersException) JavaClassName ¶
func (TooManyListenersException) JavaClassName() string
JavaClassName java fully qualified path
type TypeNotPresentException ¶
type TypeNotPresentException struct { TypeName string SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
TypeNotPresentException represents an exception of the same name in java
func NewTypeNotPresentException ¶
func NewTypeNotPresentException(typeName string, detailMessage string) *TypeNotPresentException
NewTypeNotPresentException is the constructor
func (TypeNotPresentException) Error ¶
func (e TypeNotPresentException) Error() string
Error output error message
func (TypeNotPresentException) GetStackTrace ¶ added in v1.6.1
func (e TypeNotPresentException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (TypeNotPresentException) JavaClassName ¶
func (TypeNotPresentException) JavaClassName() string
JavaClassName java fully qualified path
type UTFDataFormatException ¶
type UTFDataFormatException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
UTFDataFormatException represents an exception of the same name in java
func NewUTFDataFormatException ¶
func NewUTFDataFormatException(detailMessage string) *UTFDataFormatException
NewUTFDataFormatException is the constructor
func (UTFDataFormatException) Error ¶
func (e UTFDataFormatException) Error() string
Error output error message
func (UTFDataFormatException) GetStackTrace ¶ added in v1.6.1
func (e UTFDataFormatException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (UTFDataFormatException) JavaClassName ¶
func (UTFDataFormatException) JavaClassName() string
JavaClassName java fully qualified path
type UncheckedIOException ¶
type UncheckedIOException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
UncheckedIOException represents an exception of the same name in java
func NewUncheckedIOException ¶
func NewUncheckedIOException(detailMessage string, cause Throwabler) (result *UncheckedIOException, err error)
NewUncheckedIOException is the constructor
func (UncheckedIOException) Error ¶
func (e UncheckedIOException) Error() string
Error output error message
func (UncheckedIOException) GetStackTrace ¶ added in v1.6.1
func (e UncheckedIOException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (UncheckedIOException) JavaClassName ¶
func (UncheckedIOException) JavaClassName() string
JavaClassName java fully qualified path
type UndeclaredThrowableException ¶
type UndeclaredThrowableException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler UndeclaredThrowable Throwabler }
UndeclaredThrowableException represents an exception of the same name in java
func NewUndeclaredThrowableException ¶
func NewUndeclaredThrowableException(detailMessage string) *UndeclaredThrowableException
NewUndeclaredThrowableException is the constructor
func (UndeclaredThrowableException) Error ¶
func (e UndeclaredThrowableException) Error() string
Error output error message
func (UndeclaredThrowableException) GetStackTrace ¶ added in v1.6.1
func (e UndeclaredThrowableException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (UndeclaredThrowableException) JavaClassName ¶
func (UndeclaredThrowableException) JavaClassName() string
JavaClassName java fully qualified path
type UnknownFormatConversionException ¶
type UnknownFormatConversionException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler S string }
UnknownFormatConversionException represents an exception of the same name in java
func NewUnknownFormatConversionException ¶
func NewUnknownFormatConversionException(s string) *UnknownFormatConversionException
NewUnknownFormatConversionException is the constructor
func (UnknownFormatConversionException) Error ¶
func (e UnknownFormatConversionException) Error() string
Error output error message
func (UnknownFormatConversionException) GetStackTrace ¶ added in v1.6.1
func (e UnknownFormatConversionException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (UnknownFormatConversionException) JavaClassName ¶
func (UnknownFormatConversionException) JavaClassName() string
JavaClassName java fully qualified path
type UnknownFormatFlagsException ¶
type UnknownFormatFlagsException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler Flags string }
UnknownFormatFlagsException represents an exception of the same name in java
func NewUnknownFormatFlagsException ¶
func NewUnknownFormatFlagsException(flags string) *UnknownFormatFlagsException
NewUnknownFormatFlagsException is the constructor
func (UnknownFormatFlagsException) Error ¶
func (e UnknownFormatFlagsException) Error() string
Error output error message
func (UnknownFormatFlagsException) GetStackTrace ¶ added in v1.6.1
func (e UnknownFormatFlagsException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (UnknownFormatFlagsException) JavaClassName ¶
func (UnknownFormatFlagsException) JavaClassName() string
JavaClassName java fully qualified path
type UnmodifiableClassException ¶
type UnmodifiableClassException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
////////////////////////// UnmodifiableClassException ////////////////////////// UnmodifiableClassException represents an exception of the same name in java
func NewUnmodifiableClassException ¶
func NewUnmodifiableClassException(detailMessage string) *UnmodifiableClassException
NewUnmodifiableClassException is the constructor
func (UnmodifiableClassException) Error ¶
func (e UnmodifiableClassException) Error() string
Error output error message
func (UnmodifiableClassException) GetStackTrace ¶ added in v1.6.1
func (e UnmodifiableClassException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (UnmodifiableClassException) JavaClassName ¶
func (UnmodifiableClassException) JavaClassName() string
JavaClassName java fully qualified path
type UnsupportedOperationException ¶
type UnsupportedOperationException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement SuppressedExceptions []Throwabler Cause Throwabler }
UnsupportedOperationException represents an exception of the same name in java
func NewUnsupportedOperationException ¶
func NewUnsupportedOperationException(detailMessage string) *UnsupportedOperationException
NewUnsupportedOperationException is the constructor
func (UnsupportedOperationException) Error ¶
func (e UnsupportedOperationException) Error() string
Error output error message
func (UnsupportedOperationException) GetStackTrace ¶ added in v1.6.1
func (e UnsupportedOperationException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (UnsupportedOperationException) JavaClassName ¶
func (UnsupportedOperationException) JavaClassName() string
JavaClassName java fully qualified path
type UnsupportedTemporalTypeException ¶
type UnsupportedTemporalTypeException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
UnsupportedTemporalTypeException represents an exception of the same name in java
func NewUnsupportedTemporalTypeException ¶
func NewUnsupportedTemporalTypeException(detailMessage string) *UnsupportedTemporalTypeException
NewUnsupportedTemporalTypeException is the constructor
func (UnsupportedTemporalTypeException) Error ¶
func (e UnsupportedTemporalTypeException) Error() string
Error output error message
func (UnsupportedTemporalTypeException) GetStackTrace ¶ added in v1.6.1
func (e UnsupportedTemporalTypeException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (UnsupportedTemporalTypeException) JavaClassName ¶
func (UnsupportedTemporalTypeException) JavaClassName() string
JavaClassName java fully qualified path
type WriteAbortedException ¶
type WriteAbortedException struct { SerialVersionUID int64 DetailMessage string StackTrace []StackTraceElement Detail Throwabler SuppressedExceptions []Throwabler Cause Throwabler }
WriteAbortedException represents an exception of the same name in java
func NewWriteAbortedException ¶
func NewWriteAbortedException(detailMessage string, detail Throwabler) *WriteAbortedException
NewWriteAbortedException is the constructor
func (WriteAbortedException) Error ¶
func (e WriteAbortedException) Error() string
Error output error message
func (WriteAbortedException) GetStackTrace ¶ added in v1.6.1
func (e WriteAbortedException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (WriteAbortedException) JavaClassName ¶
func (WriteAbortedException) JavaClassName() string
JavaClassName java fully qualified path
type WrongMethodTypeException ¶
type WrongMethodTypeException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
WrongMethodTypeException represents an exception of the same name in java
func NewWrongMethodTypeException ¶
func NewWrongMethodTypeException(detailMessage string) *WrongMethodTypeException
NewWrongMethodTypeException is the constructor
func (WrongMethodTypeException) Error ¶
func (e WrongMethodTypeException) Error() string
Error output error message
func (WrongMethodTypeException) GetStackTrace ¶ added in v1.6.1
func (e WrongMethodTypeException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (WrongMethodTypeException) JavaClassName ¶
func (WrongMethodTypeException) JavaClassName() string
JavaClassName java fully qualified path
type ZipException ¶
type ZipException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
ZipException represents an exception of the same name in java
func NewZipException ¶
func NewZipException(detailMessage string) *ZipException
NewZipException is the constructor
func (ZipException) GetStackTrace ¶ added in v1.6.1
func (e ZipException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (ZipException) JavaClassName ¶
func (ZipException) JavaClassName() string
JavaClassName java fully qualified path
type ZoneRulesException ¶
type ZoneRulesException struct { SerialVersionUID int64 DetailMessage string SuppressedExceptions []Throwabler StackTrace []StackTraceElement Cause Throwabler }
ZoneRulesException represents an exception of the same name in java
func NewZoneRulesException ¶
func NewZoneRulesException(detailMessage string) *ZoneRulesException
NewZoneRulesException is the constructor
func (ZoneRulesException) Error ¶
func (e ZoneRulesException) Error() string
Error output error message
func (ZoneRulesException) GetStackTrace ¶ added in v1.6.1
func (e ZoneRulesException) GetStackTrace() []StackTraceElement
equals to getStackTrace in java
func (ZoneRulesException) JavaClassName ¶
func (ZoneRulesException) JavaClassName() string
JavaClassName java fully qualified path
Source Files ¶
- annotation_type_mismatch_exception.go
- arithmetic_exception.go
- array_index_out_of_bounds_exception.go
- array_store_exception.go
- backing_store_exception.go
- broken_barrier_exception.go
- cancellation_exception.go
- class_not_found_exception.go
- classc_cast_exception.go
- clone_not_supported_exception.go
- completion_exception.go
- concurrent_modification_exception.go
- data_format_exception.go
- date_time_exception.go
- date_time_parse_exception.go
- dubbo_generic_exception.go
- duplicate_format_flags_exception.go
- empty_stack_exception.go
- enum_constant_not_present_exception.go
- eof_exception.go
- exception.go
- execution_exception.go
- file_not_found_exception.go
- formatter_closed_exception.go
- illegal_access_exception.go
- illegal_argument_exception.go
- illegal_classFormat_exception.go
- illegal_format_code_point_exception.go
- illegal_format_conversion_exception.go
- illegal_format_flags_exception.go
- illegal_format_precision_exception.go
- illegal_format_width_exception.go
- illegal_monitor_state_exception.go
- illegal_state_exception.go
- illegal_thread_state_exception.go
- illformed_locale_exception.go
- incomplete_annotation_exception.go
- index_out_of_bounds_exception.go
- input_mismatch_exception.go
- instantiation_exception.go
- interrupted_exception.go
- interrupted_io_exception.go
- invalid_class_exception.go
- invalid_object_exception.go
- invalid_preferences_format_exception.go
- invalid_properties_format_exception.go
- invocation_target_exception.go
- io_exception.go
- jar_exception.go
- lambda_conversion_exception.go
- malformed_parameterized_type_exception.go
- malformed_parameters_exception.go
- missing_format_argument_exception.go
- missing_format_width_exception.go
- missing_resource_exception.go
- negative_array_size_exception.go
- no_such_element_exception.go
- no_such_field_exception.go
- no_such_method_exception.go
- not_active_exception.go
- not_serializable_exception.go
- null_pointer_exception.go
- number_format_exception.go
- object_stream_exception.go
- optional_data_exception.go
- reflective_operation_exception.go
- rejected_execution_exception.go
- runtime_exception.go
- security_exception.go
- stream_corrupted_exception.go
- string_index_out_of_bounds_exception.go
- sync_failed_exception.go
- timeout_exception.go
- too_many_listeners_exception.go
- type_not_present_exception.go
- unchecked_IO_exception.go
- undeclared_throwable_exception.go
- unknown_format_conversion_exception.go
- unknown_format_flags_exception.go
- unmodifiable_class_exception.go
- unsupported_operation_exception.go
- unsupported_temporal_type_exception.go
- utf_data_format_exception.go
- write_aborted_exception.go
- wrong_method_type_exception.go
- zip_exception.go
- zone_rules_exception.go