public class SnmpBadConversionException
extends java.lang.Exception
SnmpIPAddress.convertToIpAddress()
,
Serialized FormModifier and Type | Field and Description |
---|---|
private java.lang.Exception |
m_chained
The original exception that caused this exception
to be generated.
|
Constructor and Description |
---|
SnmpBadConversionException()
The exception constructor
|
SnmpBadConversionException(java.lang.Exception reason)
Constructs a new exception which is based upon a
previous exception.
|
SnmpBadConversionException(java.lang.String why)
The exception constructor.
|
SnmpBadConversionException(java.lang.String why,
java.lang.Exception reason)
The exception constructor
|
Modifier and Type | Method and Description |
---|---|
void |
printStackTrace()
Prints the stack trace of the exception.
|
void |
printStackTrace(java.io.PrintStream stream)
Prints the stack trace of the exception.
|
void |
printStackTrace(java.io.PrintWriter writer)
Prints the stack trace of the exception.
|
private final java.lang.Exception m_chained
public SnmpBadConversionException(java.lang.String why)
why
- The message for the exception.public SnmpBadConversionException(java.lang.String why, java.lang.Exception reason)
why
- The message for the exception.reason
- The original exception that caused the problempublic SnmpBadConversionException()
public SnmpBadConversionException(java.lang.Exception reason)
reason
- The original exceptionpublic void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter writer)
printStackTrace
in class java.lang.Throwable
writer
- The stream to writer the stack trace onto.public void printStackTrace(java.io.PrintStream stream)
printStackTrace
in class java.lang.Throwable
stream
- The stream to writer the stack trace onto.Generated by iurt on 2015.