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

Constructor Summary
IllegalAddressException()
          Constructs a IllegalAddressException with no detail message.
IllegalAddressException(String s)
          Constructs a IllegalAddressException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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