com.slytechs.jnetstream.protocol
Class InvalidBindingFormat
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.slytechs.jnetstream.protocol.InvalidBindingFormat
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidBindingFormat
- extends java.lang.Exception
Indicates that the protocol binding expression has an invalid format. The proper
format for binding expression is of the form:
{source protocol} = link {sink protocol} {boolean expression}
i.e.
IPv4 = link Ethernet 0x800
TCP = link IPv4 proto == 6
- Author:
- Mark Bednarczyk, Sly Technologies, Inc.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidBindingFormat
public InvalidBindingFormat()
InvalidBindingFormat
public InvalidBindingFormat(java.lang.String source,
java.lang.String message)
- Parameters:
message -
InvalidBindingFormat
public InvalidBindingFormat(java.lang.String source,
java.lang.String sink,
java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -
InvalidBindingFormat
public InvalidBindingFormat(java.lang.Throwable cause)
- Parameters:
cause -
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
setFilename
public void setFilename(java.lang.String filename)
- Parameters:
filename -