COM.hugin.HAPI
Class ExceptionInvalidName

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byCOM.hugin.HAPI.ExceptionHugin
              extended byCOM.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)
           
 
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)