TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.TangoApi
Class WrongNameSyntax

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by fr.esrf.Tango.DevFailed
                  extended by fr.esrf.TangoApi.WrongNameSyntax
All Implemented Interfaces:
ApiDefs, java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public class WrongNameSyntax
extends DevFailed
implements ApiDefs

Class Description:
Exception thrown in case of bad syntax or bad name..
Can be instancied by Except.throw_wrong_syntax_exception method.

Version:
$Revision: 1.7 $
Author:
verdier
See Also:
Except, Serialized Form

Field Summary
 
Fields inherited from class fr.esrf.Tango.DevFailed
errors
 
Fields inherited from interface fr.esrf.TangoApi.ApiDefs
ALL_ASYNCH, ATT_R, ATT_W, CALLBACK, CMD, D_TCP, D_UDP, FROM_ATTR, FROM_CMD, FROM_DBASE, FROM_IOR, LOGGING_DEBUG, LOGGING_ERROR, LOGGING_FATAL, LOGGING_INFO, LOGGING_OFF, LOGGING_WARN, MISC, NO_TIMEOUT, POLLING, protocol_name, PULL_CALLBACK, PUSH_CALLBACK, TACO, TANGO
 
Constructor Summary
WrongNameSyntax(DevError[] errors)
          Exception constructor.
Can be instancied by Except.throw_wrong_syntax_exception method.
 
Method Summary
 java.lang.String getStack()
          Return full exception.
 java.lang.String toString()
          Return exception name.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WrongNameSyntax

public WrongNameSyntax(DevError[] errors)
Exception constructor.
Can be instancied by Except.throw_wrong_syntax_exception method.

See Also:
Except
Method Detail

toString

public java.lang.String toString()
Return exception name.

Overrides:
toString in class java.lang.Throwable

getStack

public java.lang.String getStack()
Return full exception.


TANGO Java API
( TangORB-7.3.3.jar)