InvalidEncodingError.st
author Claus Gittinger <cg@exept.de>
Tue, 09 Jul 2019 20:55:17 +0200
changeset 24417 03b083548da2
parent 22434 9df7eb0f53e4
permissions -rw-r--r--
#REFACTORING by exept class: Smalltalk class changed: #recursiveInstallAutoloadedClassesFrom:rememberIn:maxLevels:noAutoload:packageTop:showSplashInLevels: Transcript showCR:(... bindWith:...) -> Transcript showCR:... with:...
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22434
9df7eb0f53e4 #QUALITY by stefan
Stefan Vogel <sv@exept.de>
parents: 8148
diff changeset
     1
"{ Encoding: utf8 }"
9df7eb0f53e4 #QUALITY by stefan
Stefan Vogel <sv@exept.de>
parents: 8148
diff changeset
     2
8148
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
     3
"
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
     4
 COPYRIGHT (c) 2004 by eXept Software AG
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
     5
              All Rights Reserved
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
     6
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
     7
 This software is furnished under a license and may be used
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
     8
 only in accordance with the terms of that license and with the
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
     9
 inclusion of the above copyright notice.   This software may not
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    10
 be provided or otherwise made available to, or used by, any
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    11
 other person.  No title to or ownership of the software is
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    12
 hereby transferred.
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    13
"
22434
9df7eb0f53e4 #QUALITY by stefan
Stefan Vogel <sv@exept.de>
parents: 8148
diff changeset
    14
"{ Package: 'stx:libbasic' }"
8046
f1357bb6aa47 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8043
diff changeset
    15
22434
9df7eb0f53e4 #QUALITY by stefan
Stefan Vogel <sv@exept.de>
parents: 8148
diff changeset
    16
"{ NameSpace: Smalltalk }"
8043
0ff5762b143d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
8046
f1357bb6aa47 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8043
diff changeset
    18
DecodingError subclass:#InvalidEncodingError
8043
0ff5762b143d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
	instanceVariableNames:''
0ff5762b143d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
	classVariableNames:''
0ff5762b143d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
	poolDictionaries:''
0ff5762b143d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
	category:'Collections-Text-Encodings'
0ff5762b143d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
!
0ff5762b143d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
8148
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    25
!InvalidEncodingError class methodsFor:'documentation'!
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    26
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    27
copyright
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    28
"
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    29
 COPYRIGHT (c) 2004 by eXept Software AG
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    30
              All Rights Reserved
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    31
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    32
 This software is furnished under a license and may be used
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    33
 only in accordance with the terms of that license and with the
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    34
 inclusion of the above copyright notice.   This software may not
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    35
 be provided or otherwise made available to, or used by, any
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    36
 other person.  No title to or ownership of the software is
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    37
 hereby transferred.
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    38
"
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8046
diff changeset
    39
! !
8043
0ff5762b143d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    40
22434
9df7eb0f53e4 #QUALITY by stefan
Stefan Vogel <sv@exept.de>
parents: 8148
diff changeset
    41
!InvalidEncodingError class methodsFor:'initialization'!
9df7eb0f53e4 #QUALITY by stefan
Stefan Vogel <sv@exept.de>
parents: 8148
diff changeset
    42
9df7eb0f53e4 #QUALITY by stefan
Stefan Vogel <sv@exept.de>
parents: 8148
diff changeset
    43
initialize
9df7eb0f53e4 #QUALITY by stefan
Stefan Vogel <sv@exept.de>
parents: 8148
diff changeset
    44
    NotifierString := 'Invalid character encoding'.
9df7eb0f53e4 #QUALITY by stefan
Stefan Vogel <sv@exept.de>
parents: 8148
diff changeset
    45
9df7eb0f53e4 #QUALITY by stefan
Stefan Vogel <sv@exept.de>
parents: 8148
diff changeset
    46
    "Created: / 16-01-2018 / 19:02:27 / stefan"
9df7eb0f53e4 #QUALITY by stefan
Stefan Vogel <sv@exept.de>
parents: 8148
diff changeset
    47
! !
9df7eb0f53e4 #QUALITY by stefan
Stefan Vogel <sv@exept.de>
parents: 8148
diff changeset
    48
8046
f1357bb6aa47 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8043
diff changeset
    49
!InvalidEncodingError methodsFor:'queries'!
f1357bb6aa47 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8043
diff changeset
    50
f1357bb6aa47 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8043
diff changeset
    51
isInvalidEncodingError
f1357bb6aa47 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8043
diff changeset
    52
    ^ true
f1357bb6aa47 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8043
diff changeset
    53
! !
f1357bb6aa47 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8043
diff changeset
    54
8043
0ff5762b143d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    55
!InvalidEncodingError class methodsFor:'documentation'!
0ff5762b143d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    56
0ff5762b143d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    57
version
22434
9df7eb0f53e4 #QUALITY by stefan
Stefan Vogel <sv@exept.de>
parents: 8148
diff changeset
    58
    ^ '$Header$'
8043
0ff5762b143d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    59
! !
22434
9df7eb0f53e4 #QUALITY by stefan
Stefan Vogel <sv@exept.de>
parents: 8148
diff changeset
    60
9df7eb0f53e4 #QUALITY by stefan
Stefan Vogel <sv@exept.de>
parents: 8148
diff changeset
    61
9df7eb0f53e4 #QUALITY by stefan
Stefan Vogel <sv@exept.de>
parents: 8148
diff changeset
    62
InvalidEncodingError initialize!