static let characterConversionException : NSExceptionName
NSString
raises an NSCharacterConversionException
if a string cannot be represented in a file-system or string encoding.
NSString
はNSCharacterConversionException
を引き起こします、もし文字列がファイルシステムまたは文字列エンコーディングにおいて表現されることができないならば。
static let decimalNumberDivideByZeroException : NSExceptionName
The exception raised on divide by zero.
ゼロによる除算において引き起こされる例外。
static let decimalNumberExactnessException : NSExceptionName
The exception raised if there is an exactness error.
正確さエラーがあるならば引き起こされる例外。
static let decimalNumberOverflowException : NSExceptionName
The exception raised on overflow.
オーバーフローにおいて引き起こされる例外。
static let decimalNumberUnderflowException : NSExceptionName
The exception raised on underflow.
アンダーフローにおいて引き起こされる例外。
static let destinationInvalidException : NSExceptionName
Name of an exception that occurs when an internal assertion fails and implies an unexpected condition within the distributed objects.
ある例外の名前、それは内部アサーションが失敗するか予期せぬ条件を分散オブジェクト内で暗示する場合に起こるものです。
static let fileHandleOperationException : NSExceptionName
Raised by
NSFileHandle
if attempts to determine file-handle type fail or if attempts to read from a file or channel fail.
NSFileHandle
によって、ファイルハンドル型を決定する試みが失敗するならばまたはファイルまたは経路から読み込む試みが失敗するならば、引き起こされます。
static let genericException : NSExceptionName
A generic name for an exception.
ある例外に対する総称体名。
static let internalInconsistencyException : NSExceptionName
Name of an exception that occurs when an internal assertion fails and implies an unexpected condition within the called code.
ある例外の名前、それは内部アサーションが失敗するか予期せぬ条件を呼び出されたコード内で暗示する場合に起こるものです。
static let invalidArchiveOperationException : NSExceptionName
The name of the exception raised by
NSKeyedArchiver
if there is a problem creating an archive.
アーカイブの作成に問題があるならばNSKeyedArchiver
によって引き起こされる例外の名前。
static let invalidArgumentException : NSExceptionName
Name of an exception that occurs when you pass an invalid argument to a method, such as a
nil
pointer where a non-nil
object is required.
ある例外の名前、それはあなたが無効な引数をメソッドに渡す場合に発生します、例えば非nil
オブジェクトが要求されるところでのnil
ポインタなど。
static let invalidReceivePortException : NSExceptionName
Name of an exception that occurs when the receive port of an
NSConnection
has become invalid.
ある例外の名前、それはNSConnection
の受信ポートが無効になっている場合に起こるものです。
static let invalidSendPortException : NSExceptionName
Name of an exception that occurs when the send port of an
NSConnection
has become invalid.
ある例外の名前、それはNSConnection
の送信ポートが無効になっている場合に起こるものです。
static let invalidUnarchiveOperationException : NSExceptionName
The name of the exception raised by
NSKeyedArchiver
if there is a problem extracting an archive.
NSKeyedArchiver
によって引き起こされる例外の名前、もしアーカイブの抽出に問題があるならば。
static let invocationOperationCancelledException : NSExceptionName
The name of the exception raised if the
result
method is called after the operation was cancelled.
result
メソッドがその演算がキャンセルされた後に呼び出されるならば引き起こされる例外の名前。
static let invocationOperationVoidResultException : NSExceptionName
The name of the exception raised if the
result
method is called for an invocation method with a void
return type.
result
メソッドがvoid
戻り型をもつ発動メソッドに対して呼び出されるならば引き起こされる例外の名前。
static let mallocException : NSExceptionName
Obsolete; not currently used.
廃止:現在使われません。
static let objectInaccessibleException : NSExceptionName
Name of an exception that occurs when a remote object is accessed from a thread that should not access it.
ある例外の名前、それはあるリモートオブジェクトがそれにアクセスすべきでないスレッドからアクセスされる場合に起こるものです。
static let objectNotAvailableException : NSExceptionName
Name of an exception that occurs when the remote side of the
NSConnection
refused to send the message to the object because the object has never been vended.
ある例外の名前、それはNSConnection
のリモート側がオブジェクトへのメッセージの送信を拒否した場合に起こるものです、そのオブジェクトがこれまで販売されたことがないことから。
static let oldStyleException : NSExceptionName
No longer used.
もはや使用されません。
static let parseErrorException : NSExceptionName
NSString
raises an NSParseErrorException
if a string cannot be parsed as a property list.
NSString
は、NSParseErrorException
を引き起こします、もし文字列がプロパティリストとして構文解析されることができないならば。
static let portReceiveException : NSExceptionName
Generic error occurred on receive.
受信で起こった総称体エラー。
static let portSendException : NSExceptionName
Generic error occurred on send.
送信で起こった総称体エラー。
static let portTimeoutException : NSExceptionName
Name of an exception that occurs when a timeout set on a port expires during a send or receive operation.
ある例外の名前、それはあるポート上のタイムアウト設定が送信や受信操作の間に期限切れになる場合に起こるものです。
static let rangeException : NSExceptionName
Name of an exception that occurs when attempting to access outside the bounds of some data, such as beyond the end of a string.
ある例外の名前、それはあるデータの境界の外側にアクセスを試みる場合に起こるものです、例えばある文字列の終わりを越えるなど。
static let undefinedKeyException : NSExceptionName
Raised when a key value coding operation fails.
userInfo
keys are described in NSUndefinedKeyException userInfo Keys
キー値コーディング演算が失敗する時に引き起こされます。userInfo
キーそれらは、NSUndefinedKeyException userInfo Keysにおいて記述されます。
static let inconsistentArchiveException : NSExceptionName
The name of an exception raised by
NSArchiver
if there are problems initializing or encoding.
NSArchiver
によって引き起こされる例外の名前、もし初期化またはエンコードに問題があるならば。
static let accessibilityException : NSExceptionName
Deprecated
非推奨
static let printOperationExistsException : NSExceptionName
The name of an exception raised when there is already a print operation in process.
既にプリント操作が進行中である時に引き起こされる例外の名前。
static let textLineTooLongException : NSExceptionName
Exception generated if a line is too long in a
NSText
object.
ある行がNSText
オブジェクトにおいて長すぎるならば生成される例外。
class let hierarchyInconsistencyException : NSExceptionName
Raised if the view controller hierarchy is inconsistent with the view hierarchy.
ビューコントローラ階層がビュー階層と一致しないならば引き起こされます。
class let invalidInterfaceOrientationException : NSExceptionName
An exception that’s thrown if a view controller or the app returns an invalid set of supported interface orientations.
ある例外、それはビューコントローラまたはアプリがサポートされるインターフェイス方向の有効でない集合を返すならばスローされます。