java_exception

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

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
}

func NewAnnotationTypeMismatchException

func NewAnnotationTypeMismatchException(detailMessage string) *AnnotationTypeMismatchException

func (AnnotationTypeMismatchException) Error

func (AnnotationTypeMismatchException) JavaClassName

func (AnnotationTypeMismatchException) JavaClassName() string

type ArithmeticException

type ArithmeticException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewArithmeticException

func NewArithmeticException(detailMessage string) *ArithmeticException

func (ArithmeticException) Error

func (e ArithmeticException) Error() string

func (ArithmeticException) JavaClassName

func (ArithmeticException) JavaClassName() string

type ArrayIndexOutOfBoundsException

type ArrayIndexOutOfBoundsException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewArrayIndexOutOfBoundsException

func NewArrayIndexOutOfBoundsException(detailMessage string) *ArrayIndexOutOfBoundsException

func (ArrayIndexOutOfBoundsException) Error

func (ArrayIndexOutOfBoundsException) JavaClassName

func (ArrayIndexOutOfBoundsException) JavaClassName() string

type ArrayStoreException

type ArrayStoreException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewArrayStoreException

func NewArrayStoreException(detailMessage string) *ArrayStoreException

func (ArrayStoreException) Error

func (e ArrayStoreException) Error() string

func (ArrayStoreException) JavaClassName

func (ArrayStoreException) JavaClassName() string

type BackingStoreException

type BackingStoreException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewBackingStoreException

func NewBackingStoreException(detailMessage string) *BackingStoreException

func (BackingStoreException) Error

func (e BackingStoreException) Error() string

func (BackingStoreException) JavaClassName

func (BackingStoreException) JavaClassName() string

type BrokenBarrierException

type BrokenBarrierException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewBrokenBarrierException

func NewBrokenBarrierException(detailMessage string) *BrokenBarrierException

func (BrokenBarrierException) Error

func (e BrokenBarrierException) Error() string

func (BrokenBarrierException) JavaClassName

func (BrokenBarrierException) JavaClassName() string

type CancellationException

type CancellationException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewCancellationException

func NewCancellationException(detailMessage string) *CancellationException

func (CancellationException) Error

func (e CancellationException) Error() string

func (CancellationException) JavaClassName

func (CancellationException) JavaClassName() string

type Class

type Class struct {
	Name string
}

func (Class) JavaClassName

func (Class) JavaClassName() string

type ClassCastException

type ClassCastException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewClassCastException

func NewClassCastException(detailMessage string) *ClassCastException

func (ClassCastException) Error

func (e ClassCastException) Error() string

func (ClassCastException) JavaClassName

func (ClassCastException) JavaClassName() string

type ClassNotFoundException

type ClassNotFoundException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
	Ex                   Throwabler
}

func NewClassNotFoundException

func NewClassNotFoundException(detailMessage string, ex Throwabler) *ClassNotFoundException

func (ClassNotFoundException) Error

func (e ClassNotFoundException) Error() string

func (ClassNotFoundException) JavaClassName

func (ClassNotFoundException) JavaClassName() string

type CloneNotSupportedException

type CloneNotSupportedException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewCloneNotSupportedException

func NewCloneNotSupportedException(detailMessage string) *CloneNotSupportedException

func (CloneNotSupportedException) Error

func (CloneNotSupportedException) JavaClassName

func (CloneNotSupportedException) JavaClassName() string

type CompletionException

type CompletionException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewCompletionException

func NewCompletionException(detailMessage string) *CompletionException

func (CompletionException) Error

func (e CompletionException) Error() string

func (CompletionException) JavaClassName

func (CompletionException) JavaClassName() string

type ConcurrentModificationException

type ConcurrentModificationException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewConcurrentModificationException

func NewConcurrentModificationException(detailMessage string) *ConcurrentModificationException

func (ConcurrentModificationException) Error

func (ConcurrentModificationException) JavaClassName

func (ConcurrentModificationException) JavaClassName() string

type DataFormatException

type DataFormatException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewDataFormatException

func NewDataFormatException(detailMessage string) *DataFormatException

func (DataFormatException) Error

func (e DataFormatException) Error() string

func (DataFormatException) JavaClassName

func (DataFormatException) JavaClassName() string

type DateTimeException

type DateTimeException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewDateTimeException

func NewDateTimeException(detailMessage string) *DateTimeException

func (DateTimeException) Error

func (e DateTimeException) Error() string

func (DateTimeException) JavaClassName

func (DateTimeException) JavaClassName() string

type DateTimeParseException

type DateTimeParseException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
	ParsedString         string
	ErrorIndex           int32
}

func NewDateTimeParseException

func NewDateTimeParseException(detailMessage string, parsedString string, errorIndex int32) *DateTimeParseException

func (DateTimeParseException) Error

func (e DateTimeParseException) Error() string

func (DateTimeParseException) JavaClassName

func (DateTimeParseException) JavaClassName() string

type DubboGenericException

type DubboGenericException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
	ExceptionClass       string
	ExceptionMessage     string
}

func NewDubboGenericException

func NewDubboGenericException(exceptionClass, exceptionMessage string) *DubboGenericException

func (DubboGenericException) Error

func (e DubboGenericException) Error() string

func (DubboGenericException) JavaClassName

func (DubboGenericException) JavaClassName() string

type DuplicateFormatFlagsException

type DuplicateFormatFlagsException struct {
	SerialVersionUID     int64
	Flags                string
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewDuplicateFormatFlagsException

func NewDuplicateFormatFlagsException(detailMessage string) *DuplicateFormatFlagsException

func (DuplicateFormatFlagsException) Error

func (DuplicateFormatFlagsException) JavaClassName

func (DuplicateFormatFlagsException) JavaClassName() string

type EOFException

type EOFException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewEOFException

func NewEOFException(detailMessage string) *EOFException

func (EOFException) Error

func (e EOFException) Error() string

func (EOFException) JavaClassName

func (EOFException) JavaClassName() string

type EmptyStackException

type EmptyStackException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewEmptyStackException

func NewEmptyStackException(detailMessage string) *EmptyStackException

func (EmptyStackException) Error

func (e EmptyStackException) Error() string

func (EmptyStackException) JavaClassName

func (EmptyStackException) JavaClassName() string

type EnumConstantNotPresentException

type EnumConstantNotPresentException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	ConstantName         string
	EnumType             Class
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewEnumConstantNotPresentException

func NewEnumConstantNotPresentException(detailMessage string) *EnumConstantNotPresentException

func (EnumConstantNotPresentException) Error

func (EnumConstantNotPresentException) JavaClassName

func (EnumConstantNotPresentException) JavaClassName() string

type Exception

type Exception struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewException

func NewException(detailMessage string) *Exception

func (Exception) Error

func (e Exception) Error() string

func (Exception) JavaClassName

func (Exception) JavaClassName() string

type ExecutionException

type ExecutionException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewExecutionException

func NewExecutionException(detailMessage string) *ExecutionException

func (ExecutionException) Error

func (e ExecutionException) Error() string

func (ExecutionException) JavaClassName

func (ExecutionException) JavaClassName() string

type FileNotFoundException

type FileNotFoundException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewFileNotFoundException

func NewFileNotFoundException(detailMessage string) *FileNotFoundException

func (FileNotFoundException) Error

func (e FileNotFoundException) Error() string

func (FileNotFoundException) JavaClassName

func (FileNotFoundException) JavaClassName() string

type FormatterClosedException

type FormatterClosedException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewFormatterClosedException

func NewFormatterClosedException() *FormatterClosedException

func (FormatterClosedException) Error

func (e FormatterClosedException) Error() string

func (FormatterClosedException) JavaClassName

func (FormatterClosedException) JavaClassName() string

type IOException

type IOException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewIOException

func NewIOException(detailMessage string) *IOException

func (IOException) Error

func (e IOException) Error() string

func (IOException) JavaClassName

func (IOException) JavaClassName() string

type IllegalAccessException

type IllegalAccessException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewIllegalAccessException

func NewIllegalAccessException(detailMessage string) *IllegalAccessException

func (IllegalAccessException) Error

func (e IllegalAccessException) Error() string

func (IllegalAccessException) JavaClassName

func (IllegalAccessException) JavaClassName() string

type IllegalArgumentException

type IllegalArgumentException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewIllegalArgumentException

func NewIllegalArgumentException(detailMessage string) *IllegalArgumentException

func (IllegalArgumentException) Error

func (e IllegalArgumentException) Error() string

func (IllegalArgumentException) JavaClassName

func (IllegalArgumentException) JavaClassName() string

type IllegalClassFormatException

type IllegalClassFormatException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewIllegalClassFormatException

func NewIllegalClassFormatException(detailMessage string) *IllegalClassFormatException

func (IllegalClassFormatException) Error

func (IllegalClassFormatException) JavaClassName

func (IllegalClassFormatException) JavaClassName() string

type IllegalFormatCodePointException

type IllegalFormatCodePointException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
	C                    int32
}

func NewIllegalFormatCodePointException

func NewIllegalFormatCodePointException(c int32) *IllegalFormatCodePointException

func (IllegalFormatCodePointException) Error

func (IllegalFormatCodePointException) JavaClassName

func (IllegalFormatCodePointException) JavaClassName() string

type IllegalFormatConversionException

type IllegalFormatConversionException struct {
	SerialVersionUID     int64
	C                    string
	Arg                  Class
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewIllegalFormatConversionException

func NewIllegalFormatConversionException(detailMessage string) *IllegalFormatConversionException

func (IllegalFormatConversionException) Error

func (IllegalFormatConversionException) JavaClassName

func (IllegalFormatConversionException) JavaClassName() string

type IllegalFormatFlagsException

type IllegalFormatFlagsException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
	Flags                string
}

func NewIllegalFormatFlagsException

func NewIllegalFormatFlagsException(flags string) *IllegalFormatFlagsException

func (IllegalFormatFlagsException) Error

func (IllegalFormatFlagsException) JavaClassName

func (IllegalFormatFlagsException) JavaClassName() string

type IllegalFormatPrecisionException

type IllegalFormatPrecisionException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
	P                    int32
}

func NewIllegalFormatPrecisionException

func NewIllegalFormatPrecisionException(p int32) *IllegalFormatPrecisionException

func (IllegalFormatPrecisionException) Error

func (IllegalFormatPrecisionException) JavaClassName

func (IllegalFormatPrecisionException) JavaClassName() string

type IllegalFormatWidthException

type IllegalFormatWidthException struct {
	SerialVersionUID     int64
	W                    int
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewIllegalFormatWidthException

func NewIllegalFormatWidthException(w int) *IllegalFormatWidthException

func (IllegalFormatWidthException) Error

func (IllegalFormatWidthException) JavaClassName

func (IllegalFormatWidthException) JavaClassName() string

type IllegalMonitorStateException

type IllegalMonitorStateException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewIllegalMonitorStateException

func NewIllegalMonitorStateException(detailMessage string) *IllegalMonitorStateException

func (IllegalMonitorStateException) Error

func (IllegalMonitorStateException) JavaClassName

func (IllegalMonitorStateException) JavaClassName() string

type IllegalStateException

type IllegalStateException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewIllegalStateException

func NewIllegalStateException(detailMessage string) *IllegalStateException

func (IllegalStateException) Error

func (e IllegalStateException) Error() string

func (IllegalStateException) JavaClassName

func (IllegalStateException) JavaClassName() string

type IllegalThreadStateException

type IllegalThreadStateException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewIllegalThreadStateException

func NewIllegalThreadStateException(detailMessage string) *IllegalThreadStateException

func (IllegalThreadStateException) Error

func (IllegalThreadStateException) JavaClassName

func (IllegalThreadStateException) JavaClassName() string

type IllformedLocaleException

type IllformedLocaleException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
	// contains filtered or unexported fields
}

func NewIllformedLocaleException

func NewIllformedLocaleException(detailMessage string) *IllformedLocaleException

func (IllformedLocaleException) Error

func (e IllformedLocaleException) Error() string

func (IllformedLocaleException) JavaClassName

func (IllformedLocaleException) JavaClassName() string

type IncompleteAnnotationException

type IncompleteAnnotationException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	ElementName          string
	AnnotationType       Class
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewIncompleteAnnotationException

func NewIncompleteAnnotationException(detailMessage string) *IncompleteAnnotationException

func (IncompleteAnnotationException) Error

func (IncompleteAnnotationException) JavaClassName

func (IncompleteAnnotationException) JavaClassName() string

type IndexOutOfBoundsException

type IndexOutOfBoundsException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewIndexOutOfBoundsException

func NewIndexOutOfBoundsException(detailMessage string) *IndexOutOfBoundsException

func (IndexOutOfBoundsException) Error

func (IndexOutOfBoundsException) JavaClassName

func (IndexOutOfBoundsException) JavaClassName() string

type InputMismatchException

type InputMismatchException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewInputMismatchException

func NewInputMismatchException(detailMessage string) *InputMismatchException

func (InputMismatchException) Error

func (e InputMismatchException) Error() string

func (InputMismatchException) JavaClassName

func (InputMismatchException) JavaClassName() string

type InstantiationException

type InstantiationException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewInstantiationException

func NewInstantiationException(detailMessage string) *InstantiationException

func (InstantiationException) Error

func (e InstantiationException) Error() string

func (InstantiationException) JavaClassName

func (InstantiationException) JavaClassName() string

type InterruptedException

type InterruptedException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewInterruptedException

func NewInterruptedException(detailMessage string) *InterruptedException

func (InterruptedException) Error

func (e InterruptedException) Error() string

func (InterruptedException) JavaClassName

func (InterruptedException) JavaClassName() string

type InterruptedIOException

type InterruptedIOException struct {
	SerialVersionUID     int64
	BytesTransferred     int32
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewInterruptedIOException

func NewInterruptedIOException(detailMessage string) *InterruptedIOException

func (InterruptedIOException) Error

func (e InterruptedIOException) Error() string

func (InterruptedIOException) JavaClassName

func (InterruptedIOException) JavaClassName() string

type InvalidClassException

type InvalidClassException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	Classname            string
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewInvalidClassException

func NewInvalidClassException(classname string, detailMessage string) *InvalidClassException

func (InvalidClassException) Error

func (e InvalidClassException) Error() string

func (InvalidClassException) JavaClassName

func (InvalidClassException) JavaClassName() string

type InvalidObjectException

type InvalidObjectException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewInvalidObjectException

func NewInvalidObjectException(detailMessage string) *InvalidObjectException

func (InvalidObjectException) Error

func (e InvalidObjectException) Error() string

func (InvalidObjectException) JavaClassName

func (InvalidObjectException) JavaClassName() string

type InvalidPreferencesFormatException

type InvalidPreferencesFormatException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewInvalidPreferencesFormatException

func NewInvalidPreferencesFormatException(detailMessage string) *InvalidPreferencesFormatException

func (InvalidPreferencesFormatException) Error

func (InvalidPreferencesFormatException) JavaClassName

func (InvalidPreferencesFormatException) JavaClassName() string

type InvalidPropertiesFormatException

type InvalidPropertiesFormatException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewInvalidPropertiesFormatException

func NewInvalidPropertiesFormatException(detailMessage string) *InvalidPropertiesFormatException

func (InvalidPropertiesFormatException) Error

func (InvalidPropertiesFormatException) JavaClassName

func (InvalidPropertiesFormatException) JavaClassName() string

type InvocationTargetException

type InvocationTargetException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
	Target               Throwabler
}

func NewInvocationTargetException

func NewInvocationTargetException(target Throwabler, detailMessage string) *InvocationTargetException

func (InvocationTargetException) Error

func (InvocationTargetException) JavaClassName

func (InvocationTargetException) JavaClassName() string

type JarException

type JarException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewJarException

func NewJarException(detailMessage string) *JarException

func (JarException) Error

func (e JarException) Error() string

func (JarException) JavaClassName

func (JarException) JavaClassName() string

type LambdaConversionException

type LambdaConversionException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewLambdaConversionException

func NewLambdaConversionException(detailMessage string) *LambdaConversionException

func (LambdaConversionException) Error

func (LambdaConversionException) JavaClassName

func (LambdaConversionException) JavaClassName() string

type MalformedParameterizedTypeException

type MalformedParameterizedTypeException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewMalformedParameterizedTypeException

func NewMalformedParameterizedTypeException(detailMessage string) *MalformedParameterizedTypeException

func (MalformedParameterizedTypeException) Error

func (MalformedParameterizedTypeException) JavaClassName

type MalformedParametersException

type MalformedParametersException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewMalformedParametersException

func NewMalformedParametersException(detailMessage string) *MalformedParametersException

func (MalformedParametersException) Error

func (MalformedParametersException) JavaClassName

func (MalformedParametersException) JavaClassName() string

type Method

type Method struct {
	Name string
}

func (Method) JavaClassName

func (Method) JavaClassName() string

type MissingFormatArgumentException

type MissingFormatArgumentException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
	S                    string
}

func NewMissingFormatArgumentException

func NewMissingFormatArgumentException(s string) *MissingFormatArgumentException

func (MissingFormatArgumentException) Error

func (MissingFormatArgumentException) JavaClassName

func (MissingFormatArgumentException) JavaClassName() string

type MissingFormatWidthException

type MissingFormatWidthException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
	S                    string
}

func NewMissingFormatWidthException

func NewMissingFormatWidthException(s string) *MissingFormatWidthException

func (MissingFormatWidthException) Error

func (MissingFormatWidthException) JavaClassName

func (MissingFormatWidthException) JavaClassName() string

type MissingResourceException

type MissingResourceException struct {
	ClassName            string
	Key                  string
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewMissingResourceException

func NewMissingResourceException(detailMessage, classname, key string) *MissingResourceException

func (MissingResourceException) Error

func (e MissingResourceException) Error() string

func (MissingResourceException) JavaClassName

func (MissingResourceException) JavaClassName() string

type NegativeArraySizeException

type NegativeArraySizeException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewNegativeArraySizeException

func NewNegativeArraySizeException(detailMessage string) *NegativeArraySizeException

func (NegativeArraySizeException) Error

func (NegativeArraySizeException) JavaClassName

func (NegativeArraySizeException) JavaClassName() string

type NoSuchElementException

type NoSuchElementException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewNoSuchElementException

func NewNoSuchElementException(detailMessage string) *NoSuchElementException

func (NoSuchElementException) Error

func (e NoSuchElementException) Error() string

func (NoSuchElementException) JavaClassName

func (NoSuchElementException) JavaClassName() string

type NoSuchFieldException

type NoSuchFieldException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewNoSuchFieldException

func NewNoSuchFieldException(detailMessage string) *NoSuchFieldException

func (NoSuchFieldException) Error

func (e NoSuchFieldException) Error() string

func (NoSuchFieldException) JavaClassName

func (NoSuchFieldException) JavaClassName() string

type NoSuchMethodException

type NoSuchMethodException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewNoSuchMethodException

func NewNoSuchMethodException(detailMessage string) *NoSuchMethodException

func (NoSuchMethodException) Error

func (e NoSuchMethodException) Error() string

func (NoSuchMethodException) JavaClassName

func (NoSuchMethodException) JavaClassName() string

type NotActiveException

type NotActiveException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewNotActiveException

func NewNotActiveException(detailMessage string) *NotActiveException

func NewNotSerializableException

func NewNotSerializableException(detailMessage string) *NotActiveException

func (NotActiveException) Error

func (e NotActiveException) Error() string

func (NotActiveException) JavaClassName

func (NotActiveException) JavaClassName() string

type NotSerializableException

type NotSerializableException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func (NotSerializableException) Error

func (e NotSerializableException) Error() string

func (NotSerializableException) JavaClassName

func (NotSerializableException) JavaClassName() string

type NullPointerException

type NullPointerException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewNullPointerException

func NewNullPointerException(detailMessage string) *NullPointerException

func (NullPointerException) Error

func (e NullPointerException) Error() string

func (NullPointerException) JavaClassName

func (e NullPointerException) JavaClassName() string

type NumberFormatException

type NumberFormatException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewNumberFormatException

func NewNumberFormatException(detailMessage string) *NumberFormatException

func (NumberFormatException) Error

func (e NumberFormatException) Error() string

func (NumberFormatException) JavaClassName

func (NumberFormatException) JavaClassName() string

type ObjectStreamException

type ObjectStreamException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewObjectStreamException

func NewObjectStreamException(detailMessage string) *ObjectStreamException

func (ObjectStreamException) Error

func (e ObjectStreamException) Error() string

func (ObjectStreamException) JavaClassName

func (ObjectStreamException) JavaClassName() string

type OptionalDataException

type OptionalDataException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
	Eof                  bool
	Length               int
}

func NewOptionalDataException

func NewOptionalDataException(eof bool, length int) *OptionalDataException

func (OptionalDataException) Error

func (e OptionalDataException) Error() string

func (OptionalDataException) JavaClassName

func (OptionalDataException) JavaClassName() string

type ReflectiveOperationException

type ReflectiveOperationException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewReflectiveOperationException

func NewReflectiveOperationException(detailMessage string) *ReflectiveOperationException

func (ReflectiveOperationException) Error

func (ReflectiveOperationException) JavaClassName

func (ReflectiveOperationException) JavaClassName() string

type RejectedExecutionException

type RejectedExecutionException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewRejectedExecutionException

func NewRejectedExecutionException(detailMessage string) *RejectedExecutionException

func (RejectedExecutionException) Error

func (RejectedExecutionException) JavaClassName

func (RejectedExecutionException) JavaClassName() string

type RuntimeException

type RuntimeException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewRuntimeException

func NewRuntimeException(detailMessage string) *RuntimeException

func (RuntimeException) Error

func (e RuntimeException) Error() string

func (RuntimeException) JavaClassName

func (RuntimeException) JavaClassName() string

type SecurityException

type SecurityException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewSecurityException

func NewSecurityException(detailMessage string) *SecurityException

func (SecurityException) Error

func (e SecurityException) Error() string

func (SecurityException) JavaClassName

func (SecurityException) JavaClassName() string

type StackTraceElement

type StackTraceElement struct {
	DeclaringClass string
	MethodName     string
	FileName       string
	LineNumber     int
}

func (StackTraceElement) JavaClassName

func (StackTraceElement) JavaClassName() string

type StreamCorruptedException

type StreamCorruptedException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewStreamCorruptedException

func NewStreamCorruptedException(detailMessage string) *StreamCorruptedException

func (StreamCorruptedException) Error

func (e StreamCorruptedException) Error() string

func (StreamCorruptedException) JavaClassName

func (StreamCorruptedException) JavaClassName() string

type StringIndexOutOfBoundsException

type StringIndexOutOfBoundsException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewStringIndexOutOfBoundsException

func NewStringIndexOutOfBoundsException(detailMessage string) *StringIndexOutOfBoundsException

func (StringIndexOutOfBoundsException) Error

func (StringIndexOutOfBoundsException) JavaClassName

func (StringIndexOutOfBoundsException) JavaClassName() string

type SyncFailedException

type SyncFailedException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewSyncFailedException

func NewSyncFailedException(detailMessage string) *SyncFailedException

func (SyncFailedException) Error

func (e SyncFailedException) Error() string

func (SyncFailedException) JavaClassName

func (SyncFailedException) JavaClassName() string

type Throwable

type Throwable struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewThrowable

func NewThrowable(detailMessage string) *Throwable

func (Throwable) Error

func (e Throwable) Error() string

func (Throwable) JavaClassName

func (Throwable) JavaClassName() string

type Throwabler

type Throwabler interface {
	Error() string
	JavaClassName() string
}

type TimeoutException

type TimeoutException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewTimeoutException

func NewTimeoutException(detailMessage string) *TimeoutException

func (TimeoutException) Error

func (e TimeoutException) Error() string

func (TimeoutException) JavaClassName

func (TimeoutException) JavaClassName() string

type TooManyListenersException

type TooManyListenersException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewTooManyListenersException

func NewTooManyListenersException(detailMessage string) *TooManyListenersException

func (TooManyListenersException) Error

func (TooManyListenersException) JavaClassName

func (TooManyListenersException) JavaClassName() string

type TypeNotPresentException

type TypeNotPresentException struct {
	TypeName             string
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewTypeNotPresentException

func NewTypeNotPresentException(typeName string, detailMessage string) *TypeNotPresentException

func (TypeNotPresentException) Error

func (e TypeNotPresentException) Error() string

func (TypeNotPresentException) JavaClassName

func (TypeNotPresentException) JavaClassName() string

type UTFDataFormatException

type UTFDataFormatException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewUTFDataFormatException

func NewUTFDataFormatException(detailMessage string) *UTFDataFormatException

func (UTFDataFormatException) Error

func (e UTFDataFormatException) Error() string

func (UTFDataFormatException) JavaClassName

func (UTFDataFormatException) JavaClassName() string

type UncheckedIOException

type UncheckedIOException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewUncheckedIOException

func NewUncheckedIOException(detailMessage string, cause Throwabler) (result *UncheckedIOException, err error)

func (UncheckedIOException) Error

func (e UncheckedIOException) Error() string

func (UncheckedIOException) JavaClassName

func (UncheckedIOException) JavaClassName() string

type UndeclaredThrowableException

type UndeclaredThrowableException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
	UndeclaredThrowable  Throwabler
}

func NewUndeclaredThrowableException

func NewUndeclaredThrowableException(detailMessage string) *UndeclaredThrowableException

func (UndeclaredThrowableException) Error

func (UndeclaredThrowableException) JavaClassName

func (UndeclaredThrowableException) JavaClassName() string

type UnknownFormatConversionException

type UnknownFormatConversionException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
	S                    string
}

func NewUnknownFormatConversionException

func NewUnknownFormatConversionException(s string) *UnknownFormatConversionException

func (UnknownFormatConversionException) Error

func (UnknownFormatConversionException) JavaClassName

func (UnknownFormatConversionException) JavaClassName() string

type UnknownFormatFlagsException

type UnknownFormatFlagsException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
	Flags                string
}

func NewUnknownFormatFlagsException

func NewUnknownFormatFlagsException(flags string) *UnknownFormatFlagsException

func (UnknownFormatFlagsException) Error

func (UnknownFormatFlagsException) JavaClassName

func (UnknownFormatFlagsException) JavaClassName() string

type UnmodifiableClassException

type UnmodifiableClassException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewUnmodifiableClassException

func NewUnmodifiableClassException(detailMessage string) *UnmodifiableClassException

func (UnmodifiableClassException) Error

func (UnmodifiableClassException) JavaClassName

func (UnmodifiableClassException) JavaClassName() string

type UnsupportedOperationException

type UnsupportedOperationException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewUnsupportedOperationException

func NewUnsupportedOperationException(detailMessage string) *UnsupportedOperationException

func (UnsupportedOperationException) Error

func (UnsupportedOperationException) JavaClassName

func (UnsupportedOperationException) JavaClassName() string

type UnsupportedTemporalTypeException

type UnsupportedTemporalTypeException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewUnsupportedTemporalTypeException

func NewUnsupportedTemporalTypeException(detailMessage string) *UnsupportedTemporalTypeException

func (UnsupportedTemporalTypeException) Error

func (UnsupportedTemporalTypeException) JavaClassName

func (UnsupportedTemporalTypeException) JavaClassName() string

type WriteAbortedException

type WriteAbortedException struct {
	SerialVersionUID     int64
	DetailMessage        string
	StackTrace           []StackTraceElement
	Detail               Throwabler
	SuppressedExceptions []Throwabler
	Cause                Throwabler
}

func NewWriteAbortedException

func NewWriteAbortedException(detailMessage string, detail Throwabler) *WriteAbortedException

func (WriteAbortedException) Error

func (e WriteAbortedException) Error() string

func (WriteAbortedException) JavaClassName

func (WriteAbortedException) JavaClassName() string

type WrongMethodTypeException

type WrongMethodTypeException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewWrongMethodTypeException

func NewWrongMethodTypeException(detailMessage string) *WrongMethodTypeException

func (WrongMethodTypeException) Error

func (e WrongMethodTypeException) Error() string

func (WrongMethodTypeException) JavaClassName

func (WrongMethodTypeException) JavaClassName() string

type ZipException

type ZipException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewZipException

func NewZipException(detailMessage string) *ZipException

func (ZipException) Error

func (e ZipException) Error() string

func (ZipException) JavaClassName

func (ZipException) JavaClassName() string

type ZoneRulesException

type ZoneRulesException struct {
	SerialVersionUID     int64
	DetailMessage        string
	SuppressedExceptions []Throwabler
	StackTrace           []StackTraceElement
	Cause                Throwabler
}

func NewZoneRulesException

func NewZoneRulesException(detailMessage string) *ZoneRulesException

func (ZoneRulesException) Error

func (e ZoneRulesException) Error() string

func (ZoneRulesException) JavaClassName

func (ZoneRulesException) JavaClassName() string

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL