COM.hugin.HAPI
Class ExceptionUsage

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byCOM.hugin.HAPI.ExceptionHugin
              extended byCOM.hugin.HAPI.ExceptionUsage
All Implemented Interfaces:
java.io.Serializable

public class ExceptionUsage
extends ExceptionHugin

An ExceptionUsage exception is thrown when a method (or a constructor) is called with an invalid argument (e.g., passing a NULL object to a method that expects a non-NULL argument).

See Also:
Serialized Form

Constructor Summary
ExceptionUsage()
           
ExceptionUsage(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

ExceptionUsage

public ExceptionUsage()

ExceptionUsage

public ExceptionUsage(java.lang.String msg)