Extension SDK 10.1.2

oracle.ide.exception
Class SingletonClassException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.ide.exception.SingletonClassException
All Implemented Interfaces:
java.io.Serializable

public class SingletonClassException
extends java.lang.Exception

SingletonClassException exception class is thrown when a singleton class is instantiated more than once.

See Also:
Serialized Form

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

Constructor Detail

SingletonClassException

public SingletonClassException(java.lang.String clazz)
Constructor.

Parameters:
clazz - the singleton class instantiated more than once.

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.