|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
nat.GetOptNatException
public class GetOptNatException
Exception for use with GetOptNat raised unless command line is correct
Field Summary | |
---|---|
private static long |
serialVersionUID
Numéro de sérialisation, not used |
Constructor Summary | |
---|---|
GetOptNatException(java.lang.String message)
Crée une nouvelle instance de GetOptNatException |
|
GetOptNatException(java.lang.String message,
java.lang.Throwable cause)
Crée une nouvelle instance de GetOptNatException |
|
GetOptNatException(java.lang.Throwable cause)
Crée une nouvelle instance de GetOptNatException |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public GetOptNatException(java.lang.String message)
message
- Le message détaillant exceptionpublic GetOptNatException(java.lang.Throwable cause)
cause
- L'exception à l'origine de cette exceptionpublic GetOptNatException(java.lang.String message, java.lang.Throwable cause)
message
- Le message détaillant exceptioncause
- L'exception à l'origine de cette exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |