📄 permutationexhaustedexception.java
字号:
/*** This code was written by Kent Paul Dolan. See accompanying file** TravellerDoc.html for status for your use.*/package com.well.www.user.xanthian.java.tools;import java.lang.Exception;public class PermutationExhaustedException extends Exception{ public PermutationExhaustedException() { super ( "Call for next permutation was received after all N! " + "permutations were exhausted." ); } public PermutationExhaustedException( String s ) { super(s); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -