Exceptions
Class InvalidHeaderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
Exceptions.InvalidTcpdumpFileException
Exceptions.InvalidHeaderException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidHeaderException
- extends InvalidTcpdumpFileException
Nested classes inherited from class java.lang.Throwable |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidHeaderException
public InvalidHeaderException()
- Creates a new instance of
InvalidHeaderException
without detail message.
InvalidHeaderException
public InvalidHeaderException(java.lang.String msg)
- Constructs an instance of
InvalidHeaderException
with the specified detail message.