xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
结构体
Exception.xcs 文件参考

浏览源代码.

结构体

class  Exception
 异常类 更多...
 
class  DivByZeroException
 除零异常 更多...
 
class  NullPointerException
 空指针异常 更多...
 
class  OutOfMemoryException
 内存溢出异常 更多...
 
class  ArrayStoreException
 数组储存异常 更多...
 
class  IndexOutOfBoundsException
 下标越界异常 更多...
 
class  ClassCastException
 显式转换异常 更多...
 
class  IllegalArgumentException
 参数异常 更多...
 
class  InvalidIteratorException
 迭代器失效异常 更多...
 
class  StackOverflowException
 栈溢出异常 更多...
 
class  IOException
 IO异常 更多...
 
class  InterruptedException
 中断异常(主要有sleep抛出) 更多...
 
class  RuntimeException
 运行时异常 更多...