public class SelectorFormatException
extends java.lang.Exception
Title: Framework Support Library
Description: Defines an exception thrown if a Selector has invalid format.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Constructor and Description |
---|
SelectorFormatException()
Constructs a new exception.
|
SelectorFormatException(java.lang.String message)
Constructs a new exception with the specified message.
|
SelectorFormatException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified message and cause.
|
SelectorFormatException(java.lang.Throwable cause)
Constructs a new exception with the specified message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public SelectorFormatException()
public SelectorFormatException(java.lang.String message)
public SelectorFormatException(java.lang.Throwable cause)
public SelectorFormatException(java.lang.String message, java.lang.Throwable cause)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.