COM.hugin.HAPI
Class ExceptionInvalidName

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by COM.hugin.HAPI.ExceptionHugin
              extended by COM.hugin.HAPI.ExceptionInvalidName
All Implemented Interfaces:
java.io.Serializable

public class ExceptionInvalidName
extends ExceptionHugin

An ExceptionInvalidName exception is thrown when an attempt is made to assign an invalid name to some object. Names used for classes, nodes, and attributes must have the same form as a C identifier.

See Also:
Serialized Form

Constructor Summary
ExceptionInvalidName()
           
ExceptionInvalidName(java.lang.String msg)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionInvalidName

public ExceptionInvalidName()

ExceptionInvalidName

public ExceptionInvalidName(java.lang.String msg)