opale.tools
Class InvalidIdException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--opale.tools.InvalidIdException
All Implemented Interfaces:
java.io.Serializable

public class InvalidIdException
extends java.lang.RuntimeException

Thrown when an invalid identificator is used for an opale object.

Since:
Opale V1b5
See Also:
Serialized Form

Constructor Summary
InvalidIdException()
           
InvalidIdException(java.lang.String str)
           
 
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

InvalidIdException

public InvalidIdException()

InvalidIdException

public InvalidIdException(java.lang.String str)