org.jnetstream.protocol
Class ProtocolDeclarationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jnetstream.protocol.ProtocolException
org.jnetstream.protocol.ProtocolDeclarationException
- All Implemented Interfaces:
- java.io.Serializable
public class ProtocolDeclarationException
- extends ProtocolException
Protocol contains valid NPL syntax, but declaration is
in corrent in the corresponding circumstance. For example
Multiple protocol defintions contained within the same file,
or some other kind of statement encountered instead of
expected NPL header statement.
- Author:
- Mark Bednarczyk, Sly Technologies, Inc.
- See Also:
- Serialized Form
| 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 |
ProtocolDeclarationException
public ProtocolDeclarationException()
ProtocolDeclarationException
public ProtocolDeclarationException(java.lang.String message)
- Parameters:
message -
ProtocolDeclarationException
public ProtocolDeclarationException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -
ProtocolDeclarationException
public ProtocolDeclarationException(java.lang.Throwable cause)
- Parameters:
cause -