com.dalsemi.system
Class IllegalAddressException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.dalsemi.system.IllegalAddressException
- public class IllegalAddressException
- extends Exception
This exception is thrown by DataPort when access to an address
outside the permitted range is attempted.
- See Also:
- Serialized Form
IllegalAddressException
public IllegalAddressException()
- Constructs a
IllegalAddressException with no detail message.
IllegalAddressException
public IllegalAddressException(String s)
- Constructs a
IllegalAddressException with the specified detail message.
- Parameters:
desc - the detail message description
Also see:
o TINI 1.10 API, Optional Modules
o TINI Home Page
o 1-Wire API
Last update Fri Jun 21 07:07:33 CDT 2002