COM.hugin.HAPI
Class ExceptionUsage

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

ExceptionUsage

public ExceptionUsage()

ExceptionUsage

public ExceptionUsage(java.lang.String msg)